The following document contains the results of Checkstyle 6.11.2 with hbase/checkstyle.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | MissingDeprecated | 76 | |
| blocks | EmptyBlock | 20 | |
| LeftCurly | 228 | ||
| NeedBraces | 1782 | ||
| coding | EmptyStatement | 7 | |
| EqualsHashCode | 7 | ||
| InnerAssignment | 53 | ||
| MissingSwitchDefault | 28 | ||
| NoFinalizer | 1 | ||
| design | FinalClass | 44 | |
| HideUtilityClassConstructor | 91 | ||
| InterfaceIsType | 4 | ||
VisibilityModifier
|
119 | ||
| imports | AvoidStarImport | 3 | |
ImportOrder
|
1974 | ||
| RedundantImport | 12 | ||
UnusedImports
|
6 | ||
| indentation | Indentation
|
7533 | |
| javadoc | JavadocTagContinuationIndentation | 845 | |
| NonEmptyAtclauseDescription | 3571 | ||
| misc | ArrayTypeStyle | 34 | |
| UpperEll | 47 | ||
| sizes | LineLength
|
326 | |
| MethodLength | 37 | ||
| whitespace | FileTabCharacter | 7 | |
| MethodParamPad | 51 | ||
| ParenPad | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| design | FinalClass | Class AuthUtil should be declared as final. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.primitives.Longs' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 426 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 428 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 432 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 532 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.Type' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| indentation | Indentation | 'cell' have incorrect indentation level 6, expected level should be 8. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 586 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 711 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 716 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 730 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 746 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 795 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 810 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 811 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 825 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 842 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 843 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 858 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 877 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 878 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 893 | |
| indentation | Indentation | 'cell' have incorrect indentation level 6, expected level should be 8. | 898 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 901 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 903 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 905 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 924 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 929 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 937 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 938 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 939 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 940 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 941 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1078 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1087 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1092 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1094 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 349 | |
| indentation | Indentation | 'Integer' have incorrect indentation level 6, expected level should be 8. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| indentation | Indentation | 'LiveServerInfo' have incorrect indentation level 10, expected level should be 12. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.collections.iterators.UnmodifiableIterator' import. | 31 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 4. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 103 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 151 | |
| indentation | Indentation | ',' have incorrect indentation level 8, expected level should be 10. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| indentation | Indentation | 'class def rcurly' have incorrect indentation level 3, expected level should be 0. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 44 | |
| indentation | Indentation | 'Compression' have incorrect indentation level 4, expected level should be 6. | 140 | |
| indentation | Indentation | '"hbase.column.max.version"' have incorrect indentation level 4, expected level should be 6. | 157 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 247 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 252 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 253 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 254 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 255 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 256 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 257 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 258 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 259 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 260 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 261 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 262 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 263 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 264 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 265 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 266 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 267 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 268 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 269 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 270 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 271 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 272 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 273 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 274 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 275 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 311 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 322 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 364 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 513 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 624 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 670 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 682 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 700 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 742 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 751 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 763 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 833 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 887 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 993 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1061 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1066 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1085 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.ArrayUtils' import. | 30 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | '"hbase.master.normalizer.class"' have incorrect indentation level 4, expected level should be 6. | 135 | |
| indentation | Indentation | '"hbase.normalizer.enabled"' have incorrect indentation level 4, expected level should be 6. | 139 | |
| indentation | Indentation | '"hbase.regionserver.info.port"' have incorrect indentation level 4, expected level should be 6. | 248 | |
| indentation | Indentation | '"hbase.client.meta.operation.timeout"' have incorrect indentation level 4, expected level should be 6. | 296 | |
| indentation | Indentation | '"hbase.hstore.open.and.close.threads.max"' have incorrect indentation level 4, expected level should be 6. | 350 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 557 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 558 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 559 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 560 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 561 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 562 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 563 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 564 | |
| indentation | Indentation | '"org.apache.hadoop.hbase.replication.regionserver.Replication"' have incorrect indentation level 4, expected level should be 6. | 852 | |
| indentation | Indentation | '"hbase.regionserver.hostname.seen.by.master"' have incorrect indentation level 4, expected level should be 6. | 858 | |
| indentation | Indentation | '"hbase.regionserver.region.split.policy"' have incorrect indentation level 4, expected level should be 6. | 864 | |
| indentation | Indentation | '"hfile.block.cache.size"' have incorrect indentation level 4, expected level should be 6. | 873 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 57 has parse error. Details: no viable alternative at input '<code>\n *<coprocessor jar file location> '|' <<class name>' while parsing HTML_TAG | 888 | |
| indentation | Indentation | '"hbase.regionserver.wal.enablecompression"' have incorrect indentation level 4, expected level should be 6. | 989 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 4, expected level should be 6. | 1051 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 1052 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 4, expected level should be 6. | 1057 | |
| indentation | Indentation | '"hbase.crypto.master.alternate.key.name"' have incorrect indentation level 4, expected level should be 6. | 1125 | |
| indentation | Indentation | '"hbase.coordinated.state.manager.class"' have incorrect indentation level 4, expected level should be 6. | 1157 | |
| indentation | Indentation | '"hbase.regionserver.region.split.threads.max"' have incorrect indentation level 4, expected level should be 6. | 1229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| indentation | Indentation | 'otherBlocksDistribution' have incorrect indentation level 6, expected level should be 8. | 218 | |
| indentation | Indentation | 'otherHostAndWeights' have incorrect indentation level 6, expected level should be 8. | 220 | |
| indentation | Indentation | 'otherHostAndWeight' have incorrect indentation level 8, expected level should be 10. | 222 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| indentation | Indentation | 'regionName' have incorrect indentation level 8, expected level should be 10. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 | |
| indentation | Indentation | 'endOffset' have incorrect indentation level 10, expected level should be 12. | 549 | |
| indentation | Indentation | 'idEndOffset' have incorrect indentation level 6, expected level should be 8. | 570 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 665 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 666 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 688 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 732 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 815 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 819 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 833 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 868 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 891 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 933 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 937 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 943 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 958 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 962 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 971 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 995 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1005 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1006 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1020 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1021 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1032 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1033 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1038 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1044 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1045 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1054 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1055 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1084 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 160 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 194 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 238 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 278 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 335 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 345 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 498 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 574 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 584 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 594 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 616 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 686 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 740 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 742 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 751 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 757 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 794 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 894 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 910 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 936 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 946 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 958 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 970 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 979 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 987 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1006 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1088 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1090 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1095 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1097 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1108 | |
| indentation | Indentation | 'Boolean' have incorrect indentation level 6, expected level should be 8. | 1156 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1192 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1219 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1406 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1420 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1433 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1491 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1497 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1507 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | '", timeout="' have incorrect indentation level 6, expected level should be 8. | 67 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.CoprocessorEnvironment. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 25 | |
| imports | ImportOrder | Wrong order for 'javax.management.MBeanServer' import. | 34 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 48 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 4, expected level should be 6. | 145 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 4, expected level should be 6. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 278 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 288 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 289 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 501 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 612 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 621 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 622 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 626 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 627 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 677 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 678 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 725 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 764 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 766 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 767 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 882 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1106 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 1170 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 1172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1194 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 1201 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 1203 | |
| indentation | Indentation | 'columnlength' have incorrect indentation level 6, expected level should be 8. | 1204 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1503 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1518 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1519 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1632 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1641 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1643 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1662 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1822 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1823 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1833 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1834 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1835 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1836 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1837 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1838 | |
| indentation | Indentation | 'cell' have incorrect indentation level 8, expected level should be 10. | 1871 | |
| indentation | Indentation | 'row' have incorrect indentation level 8, expected level should be 10. | 1872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1934 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1935 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1945 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1946 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1948 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1950 | |
| indentation | Indentation | 'right' have incorrect indentation level 8, expected level should be 10. | 1968 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 1976 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1993 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1994 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1995 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1996 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1997 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1998 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1999 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2237 | |
| indentation | Indentation | 'rightKey' have incorrect indentation level 8, expected level should be 10. | 2264 | |
| indentation | Indentation | 'rightCommonLength' have incorrect indentation level 10, expected level should be 12. | 2267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2315 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2324 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2335 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2337 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2350 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2362 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2404 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2454 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2630 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2632 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 41 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| indentation | Indentation | 'maxQualifierStringLength' have incorrect indentation level 8, expected level should be 10. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.Type' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 40 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 382 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 449 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 585 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 41 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 65 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 139 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 254 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 255 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 283 | |
| indentation | Indentation | 'regionServerThread' have incorrect indentation level 10, expected level should be 12. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| indentation | Indentation | 'rst' have incorrect indentation level 10, expected level should be 12. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 356 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 357 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 | |
| indentation | Indentation | 'masterThread' have incorrect indentation level 10, expected level should be 12. | 400 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 480 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.Closeable' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 77 | |
| indentation | Indentation | 'META_REGION_PREFIX' have incorrect indentation level 6, expected level should be 8. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| coding | EmptyStatement | Empty statement. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 482 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 483 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 8. | 483 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 484 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 484 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 485 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 486 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 487 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 488 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 489 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 490 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 491 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 505 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 506 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 508 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 509 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 510 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 511 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 512 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 513 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 514 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 516 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 516 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 517 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 518 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 532 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| indentation | Indentation | 'getTableRegionsAndLocations' have incorrect indentation level 4, expected level should be 6. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 606 | |
| indentation | Indentation | 'loc' have incorrect indentation level 16, expected level should be 18. | 619 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 635 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 | |
| indentation | Indentation | 'getServerUserRegions' have incorrect indentation level 2, expected level should be 6. | 639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 647 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 649 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 761 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 762 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 780 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 796 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 926 | |
| indentation | Indentation | 'cell' have incorrect indentation level 6, expected level should be 8. | 928 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 931 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 949 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 956 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 962 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 970 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1046 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1060 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1074 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1092 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1267 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 1327 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 1331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1420 | |
| indentation | Indentation | 'int' have incorrect indentation level 4, expected level should be 6. | 1423 | |
| indentation | Indentation | 'getServerColumn' have incorrect indentation level 10, expected level should be 12. | 1431 | |
| indentation | Indentation | 'getSeqNumColumn' have incorrect indentation level 10, expected level should be 12. | 1433 | |
| indentation | Indentation | 'getStartCodeColumn' have incorrect indentation level 10, expected level should be 12. | 1435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1551 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 1591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1601 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1604 | |
| indentation | Indentation | 'regionA' have incorrect indentation level 8, expected level should be 10. | 1620 | |
| indentation | Indentation | 'regionB' have incorrect indentation level 8, expected level should be 10. | 1622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1694 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 1736 | |
| indentation | Indentation | 'ClientProtos' have incorrect indentation level 10, expected level should be 12. | 1743 | |
| indentation | Indentation | 'ClientProtos' have incorrect indentation level 10, expected level should be 12. | 1746 | |
| indentation | Indentation | 'MultiRowMutationProtos' have incorrect indentation level 6, expected level should be 8. | 1754 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1774 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1795 | |
| indentation | Indentation | '" with server="' have incorrect indentation level 6, expected level should be 8. | 1810 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1817 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1833 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1843 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1862 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1892 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1912 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1913 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 1923 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 1924 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 1925 | |
| indentation | Indentation | 'hri' have incorrect indentation level 6, expected level should be 8. | 1931 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 1941 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 1943 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 1945 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| design | FinalClass | Class NamespaceDescriptor should be declared as final. | 40 | |
| indentation | Indentation | 'DEFAULT_NAMESPACE_NAME_STR' have incorrect indentation level 4, expected level should be 6. | 54 | |
| indentation | Indentation | 'SYSTEM_NAMESPACE_NAME_STR' have incorrect indentation level 4, expected level should be 6. | 56 | |
| design | FinalClass | Class Builder should be declared as final. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 198 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 202 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 215 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 193 | |
| indentation | Indentation | 'otherLoc' have incorrect indentation level 8, expected level should be 10. | 215 | |
| indentation | Indentation | 'newLocations' have incorrect indentation level 12, expected level should be 14. | 233 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 268 | |
| indentation | Indentation | 'checkForEquals' have incorrect indentation level 6, expected level should be 8. | 278 | |
| indentation | Indentation | 'newLocations' have incorrect indentation level 10, expected level should be 12. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 225 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 275 | |
| indentation | Indentation | 'Strings' have incorrect indentation level 8, expected level should be 9. | 276 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.net.InetAddresses' import. | 34 | |
| design | FinalClass | Class ServerName should be declared as final. | 55 | |
| indentation | Indentation | 'Pattern' have incorrect indentation level 4, expected level should be 6. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 188 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 343 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 357 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 364 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 365 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 366 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| indentation | Indentation | 'ZooKeeperProtos' have incorrect indentation level 10, expected level should be 12. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| indentation | Indentation | 'ZooKeeperProtos' have incorrect indentation level 6, expected level should be 8. | 181 | |
| indentation | Indentation | 'setMode' have incorrect indentation level 6, expected level should be 8. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 22 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 124 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 126 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 184 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 404 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 405 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 517 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 37 has parse error. Details: no viable alternative at input '<length of tag' while parsing HTML_ELEMENT | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| design | FinalClass | Class ZNodeClearer should be declared as final. | 47 | |
| indentation | Indentation | '"on crash by start scripts (Longer MTTR!)"' have incorrect indentation level 8, expected level should be 10. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 43 | |
| design | FinalClass | Class HFileArchiver should be declared as final. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| indentation | Indentation | 'HRegion' have incorrect indentation level 6, expected level should be 8. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| indentation | Indentation | '". Those files are still in the original location, and they may slow down reads."' have incorrect indentation level 8, expected level should be 10. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| indentation | Indentation | '", free to archive original file."' have incorrect indentation level 8, expected level should be 10. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 627 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| design | FinalClass | Class TableHFileArchiveTracker should be declared as final. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.javadoc.DocErrorReporter' import. | 21 | |
| indentation | Indentation | 'ExcludePrivateAnnotationsStandardDoclet' have incorrect indentation level 6, expected level should be 8. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.javadoc.DocErrorReporter' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 41 | |
| indentation | Indentation | ':' have incorrect indentation level 8, expected level should be 10. | 70 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 205 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 238 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 259 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 343 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 344 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 477 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 488 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 603 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 604 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 616 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 618 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 620 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 736 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 745 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 747 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 749 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 750 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 783 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 870 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 968 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 977 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 995 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1004 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1024 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1034 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1067 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1083 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1086 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1087 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1092 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1106 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1264 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1268 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1283 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1366 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1370 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1379 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1627 | |
| indentation | Indentation | 'CompactType' have incorrect indentation level 4, expected level should be 6. | 1641 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1645 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1646 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 45 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 60 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 133 | |
| blocks | LeftCurly | '{' at column 61 should have line break after. | 135 | |
| blocks | LeftCurly | '{' at column 54 should have line break after. | 137 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 6, expected level should be 8. | 416 | |
| indentation | Indentation | 'Retry' have incorrect indentation level 10, expected level should be 12. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 564 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 606 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 641 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 644 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 654 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 676 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 709 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 14, expected level should be 10. | 734 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 14, expected level should be 10. | 736 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 782 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 860 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 912 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 916 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 987 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 15, expected level should be 16. | 987 | |
| indentation | Indentation | '" Server is "' have incorrect indentation level 18, expected level should be 19. | 988 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1065 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1678 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 119 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 120 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 128 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 129 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 132 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 133 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 139 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 143 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 144 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 145 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 148 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 150 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 151 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 153 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 154 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 155 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 212 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 214 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 214 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 215 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 215 | |
| indentation | Indentation | 'endKey' have incorrect indentation level 10, expected level should be 12. | 216 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 217 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 220 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 224 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 247 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 248 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 249 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 251 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 254 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 258 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 258 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 263 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 264 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 265 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 267 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 268 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 269 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 270 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 271 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 272 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 273 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 274 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 275 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 277 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 279 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 10, expected level should be 12. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 281 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 282 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 283 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 286 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 287 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 288 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 289 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 290 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 291 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 292 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 293 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 296 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 314 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 317 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 321 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 322 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 322 | |
| indentation | Indentation | 's' have incorrect indentation level 7, expected level should be 10. | 323 | |
| indentation | Indentation | 'retries' have incorrect indentation level 7, expected level should be 10. | 324 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 326 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 339 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 340 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 342 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 346 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 354 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 355 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 356 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 357 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 358 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 359 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 361 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 362 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 368 | |
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 | |
| blocks | EmptyBlock | Must have at least one statement. | 442 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 723 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 730 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 732 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 732 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 733 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 734 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 6. | 735 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 736 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 6. | 737 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 741 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 742 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 743 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 744 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 746 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 747 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 748 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 749 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 750 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| indentation | Indentation | 'connection' have incorrect indentation level 8, expected level should be 10. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 74 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 123 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| indentation | Indentation | 'ConnectionImplementation' have incorrect indentation level 6, expected level should be 8. | 218 | |
| indentation | Indentation | 'clazz' have incorrect indentation level 8, expected level should be 10. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 23 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 2. | 184 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 507 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 604 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 8, expected level should be 10. | 611 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 6, expected level should be 8. | 669 | |
| indentation | Indentation | 'final' have incorrect indentation level 5, expected level should be 6. | 715 | |
| indentation | Indentation | 'RegionReplicaUtil' have incorrect indentation level 6, expected level should be 8. | 737 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 763 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 770 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 772 | |
| indentation | Indentation | '", attempt="' have incorrect indentation level 14, expected level should be 16. | 947 | |
| indentation | Indentation | 'maxAttempts' have incorrect indentation level 14, expected level should be 16. | 948 | |
| indentation | Indentation | 'ConnectionUtils' have incorrect indentation level 14, expected level should be 16. | 949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 982 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 983 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 1031 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 1034 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 1064 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1241 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1303 | |
| indentation | Indentation | 'ClientProtos' have incorrect indentation level 6, expected level should be 8. | 1331 | |
| indentation | Indentation | 'sn' have incorrect indentation level 6, expected level should be 8. | 1332 | |
| indentation | Indentation | 'Long' have incorrect indentation level 10, expected level should be 12. | 1409 | |
| sizes | MethodLength | Method length is 388 lines (max allowed is 150). | 1429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1845 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1898 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1959 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1964 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2000 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 2005 | |
| indentation | Indentation | 'TableName' have incorrect indentation level 4, expected level should be 6. | 2006 | |
| indentation | Indentation | 'ExecutorService' have incorrect indentation level 4, expected level should be 6. | 2007 | |
| indentation | Indentation | 'Object' have incorrect indentation level 4, expected level should be 6. | 2008 | |
| indentation | Indentation | 'Batch' have incorrect indentation level 4, expected level should be 6. | 2009 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 2026 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 2027 | |
| indentation | Indentation | 'ExecutorService' have incorrect indentation level 4, expected level should be 6. | 2028 | |
| indentation | Indentation | 'Object' have incorrect indentation level 4, expected level should be 6. | 2029 | |
| indentation | Indentation | 'Batch' have incorrect indentation level 4, expected level should be 6. | 2030 | |
| indentation | Indentation | '&&' have incorrect indentation level 6, expected level should be 8. | 2103 | |
| indentation | Indentation | '" closing it."' have incorrect indentation level 12, expected level should be 14. | 2107 | |
| indentation | Indentation | '" It will be recreated next time someone needs it"' have incorrect indentation level 12, expected level should be 14. | 2108 | |
| coding | NoFinalizer | Avoid using finalizer method. | 2168 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 8, expected level should be 10. | 2183 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 2225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2231 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 8, expected level should be 10. | 2235 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 2245 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2268 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 2269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2275 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 2294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| indentation | Indentation | 'ExecutorService' have incorrect indentation level 4, expected level should be 6. | 122 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 123 | |
| indentation | Indentation | 'MasterlessConnection' have incorrect indentation level 6, expected level should be 8. | 149 | |
| indentation | Indentation | 'ExecutorService' have incorrect indentation level 6, expected level should be 8. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 69 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 291 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 301 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 394 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 426 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 39 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 297 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 298 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 300 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. | 301 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 303 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 303 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 305 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 306 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 307 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 307 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 510 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 511 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 525 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 526 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 527 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 528 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 553 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 554 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 583 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 584 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 617 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 620 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 621 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 655 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 658 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 686 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 688 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 688 | |
| indentation | Indentation | 'desc' have incorrect indentation level 10, expected level should be 12. | 689 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 690 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 691 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 692 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 769 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 775 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 777 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 777 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 779 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 780 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 781 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 822 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 840 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 14, expected level should be 16. | 903 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 957 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 958 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 959 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 998 | |
| indentation | Indentation | '"enabled in "' have incorrect indentation level 10, expected level should be 12. | 1017 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1054 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 1061 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1063 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1063 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1064 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1064 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1066 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 1067 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 1068 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1099 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1150 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1151 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1192 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 1199 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1201 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 1204 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 1205 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 1206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1297 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1683 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1697 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1698 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1756 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1772 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1773 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1774 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1804 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1826 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1925 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1948 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1977 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1996 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2007 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2009 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2011 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2040 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2041 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2042 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 10, expected level should be 12. | 2052 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2065 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2067 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2068 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2069 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2070 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2071 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 10, expected level should be 12. | 2081 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2098 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 10, expected level should be 12. | 2215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2257 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 2276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2364 | |
| indentation | Indentation | '(' have incorrect indentation level 11, expected level should be 12. | 2365 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 2402 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 2433 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 2435 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 2435 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 10, expected level should be 12. | 2436 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 2437 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 2438 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 2439 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2484 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2486 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2488 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 6, expected level should be 8. | 2495 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 2498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2520 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 2620 | |
| indentation | Indentation | '"Called by admin client "' have incorrect indentation level 6, expected level should be 8. | 2622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2657 | |
| indentation | Indentation | 'CreateNamespaceRequest' have incorrect indentation level 10, expected level should be 12. | 2665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2677 | |
| indentation | Indentation | 'setNamespaceDescriptor' have incorrect indentation level 10, expected level should be 12. | 2685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2694 | |
| indentation | Indentation | 'setNamespaceName' have incorrect indentation level 10, expected level should be 12. | 2702 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2712 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2730 | |
| indentation | Indentation | 'master' have incorrect indentation level 14, expected level should be 16. | 2739 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2753 | |
| indentation | Indentation | 'null' have incorrect indentation level 14, expected level should be 16. | 2762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2776 | |
| indentation | Indentation | 'master' have incorrect indentation level 14, expected level should be 16. | 2785 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2801 | |
| indentation | Indentation | 'master' have incorrect indentation level 14, expected level should be 16. | 2810 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 2839 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 2839 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 6. | 2840 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 2842 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 2844 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 6. | 2845 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 2846 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 2847 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 2848 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 2850 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 2851 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 2852 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 2853 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 2854 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 2855 | |
| indentation | Indentation | 'finally rcurly' have incorrect indentation level 8, expected level should be 6. | 2856 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2866 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 2872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2982 | |
| indentation | Indentation | 'regionServerPair' have incorrect indentation level 8, expected level should be 10. | 3044 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 3097 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3100 | |
| indentation | Indentation | 'SnapshotDescription' have incorrect indentation level 6, expected level should be 8. | 3129 | |
| indentation | Indentation | '"ms while waiting for snapshot completion."' have incorrect indentation level 10, expected level should be 12. | 3219 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 3332 | |
| indentation | Indentation | '" failed. Rollback to snapshot="' have incorrect indentation level 12, expected level should be 14. | 3424 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3520 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3525 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3555 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3559 | |
| indentation | Indentation | '"ms while waiting for procedure completion."' have incorrect indentation level 10, expected level should be 12. | 3597 | |
| indentation | Indentation | 'DeleteSnapshotRequest' have incorrect indentation level 10, expected level should be 12. | 3835 | |
| indentation | Indentation | '"Failed to delete snapshot "' have incorrect indentation level 10, expected level should be 12. | 3866 | |
| indentation | Indentation | 'ex' have incorrect indentation level 10, expected level should be 12. | 3867 | |
| indentation | Indentation | 'UpdateConfigurationRequest' have incorrect indentation level 8, expected level should be 10. | 4034 | |
| indentation | Indentation | 'CompactType' have incorrect indentation level 4, expected level should be 6. | 4124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 4134 | |
| indentation | Indentation | 'CompactType' have incorrect indentation level 4, expected level should be 6. | 4142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4173 | |
| indentation | Indentation | '"Cancelling the procedure with procId="' have incorrect indentation level 10, expected level should be 12. | 4261 | |
| indentation | Indentation | 'e' have incorrect indentation level 10, expected level should be 12. | 4262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4620 | |
| indentation | Indentation | 'desc' have incorrect indentation level 10, expected level should be 12. | 4636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 291 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 316 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 340 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 479 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 487 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 499 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 500 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 36 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 265 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 12, expected level should be 14. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 440 | |
| indentation | Indentation | 'rpcControllerFactory' have incorrect indentation level 6, expected level should be 8. | 452 | |
| indentation | Indentation | 'tableConfiguration' have incorrect indentation level 6, expected level should be 8. | 453 | |
| indentation | Indentation | 'operationTimeout' have incorrect indentation level 6, expected level should be 8. | 454 | |
| indentation | Indentation | 'tableConfiguration' have incorrect indentation level 6, expected level should be 8. | 455 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 12, expected level should be 14. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 12, expected level should be 14. | 598 | |
| indentation | Indentation | 'MultiRequest' have incorrect indentation level 12, expected level should be 14. | 601 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 633 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 14, expected level should be 16. | 641 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 643 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 12, expected level should be 14. | 673 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 717 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 14, expected level should be 16. | 725 | |
| indentation | Indentation | 'qualifier' have incorrect indentation level 14, expected level should be 16. | 726 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 14, expected level should be 16. | 729 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 748 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 777 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 14, expected level should be 16. | 786 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 807 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 14, expected level should be 16. | 815 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 836 | |
| indentation | Indentation | 'getLocation' have incorrect indentation level 14, expected level should be 16. | 845 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 910 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 911 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 940 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 957 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 958 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 960 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 963 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| indentation | Indentation | 'multiplexer' have incorrect indentation level 8, expected level should be 10. | 464 | |
| indentation | Indentation | '"Caught some exceptions "' have incorrect indentation level 10, expected level should be 12. | 571 | |
| indentation | Indentation | '"Caught some exceptions "' have incorrect indentation level 10, expected level should be 12. | 579 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 268 | |
| indentation | Indentation | 'callback' have incorrect indentation level 6, expected level should be 8. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| indentation | Indentation | 'cachedRegionLocations' have incorrect indentation level 2, expected level should be 6. | 52 | |
| indentation | Indentation | 'new' have incorrect indentation level 2, expected level should be 6. | 53 | |
| indentation | Indentation | 'getTableLocations' have incorrect indentation level 6, expected level should be 8. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| indentation | Indentation | 'location' have incorrect indentation level 6, expected level should be 8. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| indentation | Indentation | 'getTableLocations' have incorrect indentation level 4, expected level should be 6. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentMap' import. | 39 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 380 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 383 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 386 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 10. | 386 | |
| indentation | Indentation | 'switch' have incorrect indentation level 8, expected level should be 10. | 387 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 14. | 389 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 390 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 391 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 14. | 392 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 393 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 394 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 395 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 14. | 395 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 396 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 397 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 398 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 14. | 398 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 399 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 400 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 401 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 8, expected level should be 10. | 402 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 403 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 405 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 406 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 407 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 414 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 418 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 419 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 421 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 421 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 422 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 423 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 424 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 50 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 6, expected level should be 8. | 413 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 6, expected level should be 8. | 426 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 433 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 477 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.mutable.MutableBoolean' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 306 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 321 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 333 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 352 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 6, expected level should be 8. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 171 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 172 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 22 has parse error. Details: no viable alternative at input '<byte[' while parsing HTML_ELEMENT | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 26 | |
| indentation | Indentation | 'justification' have incorrect indentation level 2, expected level should be 4. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionLocation' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLocations' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| indentation | Indentation | 'ZooKeeperRegistry' have incorrect indentation level 6, expected level should be 8. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 350 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 378 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 659 | |
| indentation | Indentation | 'familyEntry' have incorrect indentation level 6, expected level should be 12. | 661 | |
| indentation | Indentation | 'familyEntry' have incorrect indentation level 6, expected level should be 8. | 661 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 663 | |
| indentation | Indentation | 'familyEntry' have incorrect indentation level 8, expected level should be 10. | 665 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 690 | |
| indentation | Indentation | 'familyMap' have incorrect indentation level 6, expected level should be 8. | 692 | |
| indentation | Indentation | 'qualifierMap' have incorrect indentation level 6, expected level should be 8. | 697 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 837 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 851 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 852 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 870 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 913 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 31 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 49 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 60 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 122 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 139 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 384 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 385 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 674 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 684 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 715 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 804 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 822 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 974 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 55 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| indentation | Indentation | '+' have incorrect indentation level 18, expected level should be 20. | 236 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 264 | |
| indentation | Indentation | 'getConnection' have incorrect indentation level 16, expected level should be 18. | 273 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 386 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 36 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| indentation | Indentation | '", replica="' have incorrect indentation level 12, expected level should be 14. | 234 | |
| indentation | Indentation | '" because slow and replica="' have incorrect indentation level 12, expected level should be 14. | 235 | |
| indentation | Indentation | 'this' have incorrect indentation level 12, expected level should be 14. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 136 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 150 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 209 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 229 | |
| indentation | Indentation | 'CompareFilter' have incorrect indentation level 4, expected level should be 6. | 246 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 260 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 261 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 264 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 265 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 284 | |
| indentation | Indentation | 'CompareFilter' have incorrect indentation level 4, expected level should be 6. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 350 | |
| indentation | Indentation | 'long' have incorrect indentation level 4, expected level should be 6. | 355 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 369 | |
| indentation | Indentation | 'long' have incorrect indentation level 4, expected level should be 6. | 375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 422 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 427 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 428 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 450 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 455 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 456 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 457 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 463 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 464 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 472 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 | |
| indentation | Indentation | 'Descriptors' have incorrect indentation level 4, expected level should be 6. | 515 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| indentation | Indentation | 'Message' have incorrect indentation level 4, expected level should be 6. | 550 | |
| indentation | Indentation | 'Batch' have incorrect indentation level 4, expected level should be 6. | 551 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 90 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 105 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 106 | |
| indentation | Indentation | 'RestoreSnapshotHelper' have incorrect indentation level 6, expected level should be 8. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 52 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 55 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 57 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 58 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 60 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 61 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 63 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| indentation | Indentation | 'Configuration' have incorrect indentation level 4, expected level should be 6. | 41 | |
| indentation | Indentation | 'ConnectionImplementation' have incorrect indentation level 4, expected level should be 6. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| indentation | Indentation | '"; servers = null"' have incorrect indentation level 12, expected level should be 14. | 63 | |
| indentation | Indentation | '"; servers = "' have incorrect indentation level 12, expected level should be 14. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 8, expected level should be 6. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 6. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 6. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| indentation | Indentation | 'long' have incorrect indentation level 2, expected level should be 6. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| indentation | Indentation | 'S' have incorrect indentation level 2, expected level should be 6. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 6. | 432 | |
| misc | UpperEll | Should use uppercase 'L'. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 486 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| indentation | Indentation | 'double' have incorrect indentation level 2, expected level should be 6. | 493 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 | |
| indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 6. | 529 | |
| misc | UpperEll | Should use uppercase 'L'. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 | |
| indentation | Indentation | 'double' have incorrect indentation level 2, expected level should be 6. | 601 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 618 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 639 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 641 | |
| indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 6. | 644 | |
| indentation | Indentation | 'getMedianArgs' have incorrect indentation level 2, expected level should be 6. | 645 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 649 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 658 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 705 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 6. | 708 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 711 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 6. | 726 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 753 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 785 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 786 | |
| indentation | Indentation | 'validateArgAndGetPB' have incorrect indentation level 2, expected level should be 6. | 797 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 804 | |
| indentation | Indentation | '!=' have incorrect indentation level 7, expected level should be 8. | 805 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| indentation | Indentation | 'EmptyMsg' have incorrect indentation level 2, expected level should be 4. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| misc | UpperEll | Should use uppercase 'L'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| indentation | Indentation | 'ProcessRequest' have incorrect indentation level 2, expected level should be 6. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 136 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 137 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 150 | |
| indentation | Indentation | 'rpcCallback' have incorrect indentation level 8, expected level should be 10. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 146). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 200). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 206). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 149 | |
| sizes | LineLength | Line is longer than 100 characters (found 169). | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| design | VisibilityModifier | Variable 'countOfRPCcalls' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| design | VisibilityModifier | Variable 'countOfRowsFiltered' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'countOfRowsScanned' must be private and have accessor methods. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 61 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 177 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 185 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 197 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 198 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 449 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 459 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 460 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 461 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 471 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 494 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 495 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 496 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.annotation.Nonnull' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| indentation | Indentation | 'NUM_LONGS' have incorrect indentation level 4, expected level should be 6. | 48 | |
| indentation | Indentation | 'NUM_INTS' have incorrect indentation level 4, expected level should be 6. | 49 | |
| indentation | Indentation | 'NUM_SHORTS' have incorrect indentation level 4, expected level should be 6. | 50 | |
| indentation | Indentation | 'NUM_SINGLE_BYTES' have incorrect indentation level 4, expected level should be 6. | 51 | |
| indentation | Indentation | 'MAX_BYTES' have incorrect indentation level 4, expected level should be 6. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 416 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 440 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 442 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 450 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator.MetaCellComparator' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedCell' import. | 23 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| indentation | Indentation | 'includeMvccVersion' have incorrect indentation level 6, expected level should be 8. | 37 | |
| indentation | Indentation | 'searcher' have incorrect indentation level 8, expected level should be 10. | 70 | |
| indentation | Indentation | 'searcher' have incorrect indentation level 8, expected level should be 10. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 | |
| indentation | Indentation | 'currentRowNode' have incorrect indentation level 6, expected level should be 8. | 363 | |
| indentation | Indentation | 'blockMeta' have incorrect indentation level 8, expected level should be 10. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.primitives.UnsignedBytes' import. | 28 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedCell' import. | 23 | |
| indentation | Indentation | 'valueLength' have incorrect indentation level 8, expected level should be 10. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 227 | |
| indentation | Indentation | 'searchForByte' have incorrect indentation level 6, expected level should be 8. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 34 | |
| blocks | EmptyBlock | Must have at least one statement. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | 'cellInsertionIndex' have incorrect indentation level 8, expected level should be 10. | 204 | |
| indentation | Indentation | 'sortedIndex' have incorrect indentation level 8, expected level should be 10. | 206 | |
| indentation | Indentation | 'cellInsertionIndex' have incorrect indentation level 8, expected level should be 10. | 218 | |
| indentation | Indentation | 'sortedIndex' have incorrect indentation level 8, expected level should be 10. | 220 | |
| indentation | Indentation | 'cellInsertionIndex' have incorrect indentation level 8, expected level should be 10. | 232 | |
| indentation | Indentation | 'sortedIndex' have incorrect indentation level 8, expected level should be 10. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 | |
| indentation | Indentation | 'bytes' have incorrect indentation level 10, expected level should be 12. | 223 | |
| indentation | Indentation | 'token' have incorrect indentation level 6, expected level should be 8. | 257 | |
| indentation | Indentation | 'bytes' have incorrect indentation level 6, expected level should be 8. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Collections' have incorrect indentation level 4, expected level should be 6. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 38 has parse error. Details: no viable alternative at input '<key,' while parsing HTML_ELEMENT | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 151). | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 64 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 153). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 147). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 148 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 154 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 192 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 203 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 236 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 248 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 257 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 258 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 36 | |
| design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| indentation | Indentation | 'retry_count' have incorrect indentation level 6, expected level should be 8. | 426 | |
| blocks | EmptyBlock | Must have at least one statement. | 564 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 10, expected level should be 14. | 648 | |
| indentation | Indentation | '": "' have incorrect indentation level 14, expected level should be 16. | 651 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 784 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 830 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 877 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 941 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 942 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 21 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.math.RandomUtils' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | EmptyBlock | Must have at least one statement. | 160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 222 | |
| indentation | Indentation | 'SplitLogCounters' have incorrect indentation level 10, expected level should be 12. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| indentation | Indentation | 'new' have incorrect indentation level 22, expected level should be 24. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| indentation | Indentation | 'bve' have incorrect indentation level 8, expected level should be 10. | 604 | |
| indentation | Indentation | '"logic error - end task "' have incorrect indentation level 8, expected level should be 10. | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 42 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 62 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 | |
| misc | UpperEll | Should use uppercase 'L'. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 212 | |
| misc | UpperEll | Should use uppercase 'L'. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 263 | |
| misc | UpperEll | Should use uppercase 'L'. | 300 | |
| misc | UpperEll | Should use uppercase 'L'. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 25 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 184 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 195 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 206 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 219 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 232 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 243 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 254 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 267 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 280 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 291 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 302 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 315 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 4, expected level should be 6. | 418 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 4, expected level should be 6. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 25 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 187 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 198 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 209 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 222 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 235 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 246 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 257 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 270 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 283 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 294 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 305 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 318 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 4, expected level should be 6. | 421 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 4, expected level should be 6. | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 65 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 219 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 286 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 423 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 478 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 37 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 27 | |
| indentation | Indentation | 'Q' have incorrect indentation level 0, expected level should be 4. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 58 | |
| indentation | Indentation | '"hbase.coprocessor.wal.classes"' have incorrect indentation level 4, expected level should be 6. | 72 | |
| indentation | Indentation | '"hbase.coprocessor.user.enabled"' have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 107 | |
| indentation | Indentation | 'DEFAULT_COPROCESSORS_ENABLED' have incorrect indentation level 6, expected level should be 8. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 373 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 6, expected level should be 8. | 380 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 619 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. | 621 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. | 622 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. | 623 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. | 624 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 625 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 626 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | 'ctx' have incorrect indentation level 2, expected level should be 6. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 758 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 768 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 776 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 793 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 853 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 865 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 910 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 923 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 935 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 957 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 968 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 980 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 991 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1001 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1022 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1066 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1075 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1084 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService' import. | 42 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 44 | |
| indentation | Indentation | 'CoprocessorService' have incorrect indentation level 0, expected level should be 4. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.InternalScanner' import. | 51 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 61 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 279 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 304 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 348 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 351 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 359 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 449 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 630 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 654 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 727 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 755 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 945 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1002 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1003 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1051 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1053 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1077 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1179 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 1182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1191 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 1194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1206 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 24 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.InternalScanner' import. | 38 | |
| imports | RedundantImport | Duplicate import to line 36 - org.apache.hadoop.hbase.regionserver.Store. | 41 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 134 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 10. | 135 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 138 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 138 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 10. | 139 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 140 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 12. | 141 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 10. | 143 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 145 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 10. | 146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 148 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 148 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 149 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 10. | 150 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 151 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 12. | 152 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 10. | 154 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 154). | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| indentation | Indentation | '"this timer."' have incorrect indentation level 10, expected level should be 12. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 26 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 1, expected level should be 0. | 35 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 1, expected level should be 0. | 36 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 1, expected level should be 0. | 37 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 38 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 69 | |
| indentation | Indentation | 'class def rcurly' have incorrect indentation level 1, expected level should be 0. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 40 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 62 | |
| indentation | Indentation | '", corePoolSize="' have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | '", maxPoolSize="' have incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'entry' have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | '" Is this process shutting down?"' have incorrect indentation level 8, expected level should be 10. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 245 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 246 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| indentation | Indentation | 'ComparatorProtos' have incorrect indentation level 6, expected level should be 8. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| indentation | Indentation | 'ComparatorProtos' have incorrect indentation level 6, expected level should be 8. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| indentation | Indentation | 'ComparatorProtos' have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'ComparatorProtos' have incorrect indentation level 6, expected level should be 8. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 122 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| indentation | Indentation | 'ComparatorProtos' have incorrect indentation level 6, expected level should be 8. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 40 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 62 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 117 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 152 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedCell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 36 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 143 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 37 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 35 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 148 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 149 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 154 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 158 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 160 | |
| indentation | Indentation | 'ParseFilter' have incorrect indentation level 6, expected level should be 8. | 170 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 176 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| indentation | Indentation | 'ParseFilter' have incorrect indentation level 8, expected level should be 10. | 208 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| indentation | Indentation | 'CompareOp' have incorrect indentation level 6, expected level should be 8. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 45 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| indentation | Indentation | 'CompareOp' have incorrect indentation level 6, expected level should be 8. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 42 | |
| indentation | Indentation | 'enum def rcurly' have incorrect indentation level 0, expected level should be 2. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| indentation | Indentation | 'justification' have incorrect indentation level 4, expected level should be 6. | 247 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 266 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 267 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 268 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 269 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 270 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 271 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 272 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 273 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 274 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 275 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 283 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 284 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 285 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 286 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 287 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 288 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 289 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 290 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 291 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 293 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 294 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 295 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 296 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 297 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 298 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 299 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 300 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 301 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 302 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 303 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 33 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. | 189 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 192 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 192 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 193 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 194 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 195 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 196 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 197 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. | 198 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 199 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 609 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 612 | |
| indentation | Indentation | 'thisData' have incorrect indentation level 8, expected level should be 10. | 617 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 49 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 50 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 23 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 36 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 172 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| indentation | Indentation | 'ComparatorProtos' have incorrect indentation level 6, expected level should be 8. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 30 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| indentation | Indentation | 'ByteBuffer' have incorrect indentation level 4, expected level should be 6. | 169 | |
| indentation | Indentation | 'ByteBuffer' have incorrect indentation level 4, expected level should be 6. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 122 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 205 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 218 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 234 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 267 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 295 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 383 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 478 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 516 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 542 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 569 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 599 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 629 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 650 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 672 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 695 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 738 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 771 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 773 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 775 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 781 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 783 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 794 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 805 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 809 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 819 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 840 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 860 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedCell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 32 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | 'CompareOp' have incorrect indentation level 6, expected level should be 8. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 41 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 372 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 373 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 375 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 32 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| indentation | Indentation | 'CompareOp' have incorrect indentation level 6, expected level should be 8. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 101 | |
| indentation | Indentation | 'SingleColumnValueFilter' have incorrect indentation level 6, expected level should be 8. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| indentation | Indentation | 'tempFilter' have incorrect indentation level 6, expected level should be 8. | 121 | |
| indentation | Indentation | 'tempFilter' have incorrect indentation level 6, expected level should be 8. | 122 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| indentation | Indentation | 'CompareOp' have incorrect indentation level 6, expected level should be 8. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 177 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 199 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 207 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 209 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 210 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 211 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 212 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 234 | |
| indentation | Indentation | 'ParseFilter' have incorrect indentation level 6, expected level should be 8. | 281 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 287 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| indentation | Indentation | 'CompareOp' have incorrect indentation level 6, expected level should be 8. | 345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 27 | |
| indentation | Indentation | 'ComparatorProtos' have incorrect indentation level 6, expected level should be 8. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 32 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'CompareOp' have incorrect indentation level 6, expected level should be 8. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| indentation | Indentation | 'FilterProtos' have incorrect indentation level 6, expected level should be 8. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| indentation | Indentation | '" using class "' have incorrect indentation level 8, expected level should be 10. | 253 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 268 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. | 271 | |
| indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. | 273 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 274 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 276 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 277 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 278 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 279 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 279 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 280 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be one of the following: 16, 18, 20. | 285 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 286 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 287 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 288 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. | 289 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 292 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 292 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 293 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 294 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 296 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 298 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 298 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 299 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be one of the following: 16, 18, 20. | 300 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 301 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 302 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 303 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. | 304 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. | 305 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. | 306 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.IOException' should be separated from previous imports. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 43 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 48 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 51 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 53 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 55 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 54 | |
| indentation | Indentation | 'ServerConfigurationKeys' have incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'ServerConfigurationKeys' have incorrect indentation level 6, expected level should be 8. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.impl.Log4JLogger' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| indentation | Indentation | '=' have incorrect indentation level 10, expected level should be 12. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.log4j.AppenderSkeleton' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.Filter' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 53 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 60 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 89 | |
| design | FinalClass | Class ListenerInfo should be declared as final. | 125 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 178 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 180 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 182 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 241 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 250 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 259 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 306 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 307 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 311 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 312 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 313 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 394 | |
| indentation | Indentation | 'ctor def rparen' have incorrect indentation level 6, expected level should be 2. | 396 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 400 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 420 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 435 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 441 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 460 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 696 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 783 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 784 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 784 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 785 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 785 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 786 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 787 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 788 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 789 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 873 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 884 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 895 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 908 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 997 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 1104 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1104 | |
| indentation | Indentation | 'ServletContext' have incorrect indentation level 4, expected level should be 6. | 1130 | |
| indentation | Indentation | 'HttpServletResponse' have incorrect indentation level 4, expected level should be 6. | 1131 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 1133 | |
| indentation | Indentation | 'CommonConfigurationKeys' have incorrect indentation level 6, expected level should be 8. | 1137 | |
| indentation | Indentation | 'false' have incorrect indentation level 6, expected level should be 8. | 1138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1153 | |
| indentation | Indentation | 'rawRequest' have incorrect indentation level 12, expected level should be 14. | 1252 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1271 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 1339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.http.HttpServlet' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 52 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 60 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 67 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 70 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 71 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 83 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.IOException' should be separated from previous imports. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.IOException' should be separated from previous imports. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.management.MBeanServer' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.FilterChain' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ServerConfigurationKeys.DEFAULT_HBASE_HTTP_STATIC_USER' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 78 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 78 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 8, expected level should be 4. | 101 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 171 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 171 | |
| coding | EmptyStatement | Empty statement. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 59 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 60 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 61 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 27 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 130 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 152 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 6. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 32 | |
| indentation | Indentation | 'String' have incorrect indentation level 4, expected level should be 6. | 71 | |
| indentation | Indentation | 'Pattern' have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'Pattern' have incorrect indentation level 4, expected level should be 6. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| sizes | MethodLength | Method length is 176 lines (max allowed is 150). | 120 | |
| design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| indentation | Indentation | 'FSProtos' have incorrect indentation level 6, expected level should be 8. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 164 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.SecretKeyFactory' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 35 | |
| design | FinalClass | Class Context should be declared as final. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| indentation | Indentation | 'try' have incorrect indentation level 26, expected level should be 6. | 428 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 8. | 429 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 429 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 430 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 431 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 432 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 433 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 6, expected level should be 8. | 434 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 4, expected level should be 6. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| indentation | Indentation | 'DefaultCipherProvider' have incorrect indentation level 6, expected level should be 8. | 524 | |
| indentation | Indentation | 'ReflectionUtils' have incorrect indentation level 8, expected level should be 10. | 527 | |
| indentation | Indentation | 'conf' have incorrect indentation level 8, expected level should be 10. | 529 | |
| indentation | Indentation | 'KeyStoreKeyProvider' have incorrect indentation level 6, expected level should be 8. | 541 | |
| indentation | Indentation | 'providerParameters' have incorrect indentation level 8, expected level should be 10. | 545 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 46 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.spec.SecretKeySpec' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.spec.IvParameterSpec' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.spec.IvParameterSpec' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedCell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedKeyOnlyKeyValue' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 987 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 988 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 989 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 991 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1092 | |
| indentation | Indentation | 'method call rparen' have incorrect indentation level 8, expected level should be 4. | 1145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 185 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 186 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 187 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 188 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 189 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 190 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 191 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 192 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.NotImplementedException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| indentation | Indentation | 'SHIFT_TIMESTAMP_LENGTH' have incorrect indentation level 10, expected level should be 12. | 475 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| indentation | Indentation | 'int' have incorrect indentation level 4, expected level should be 6. | 52 | |
| indentation | Indentation | 'int' have incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | 'ByteBuff' have incorrect indentation level 4, expected level should be 6. | 54 | |
| indentation | Indentation | 'ByteBuff' have incorrect indentation level 4, expected level should be 6. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 23 | |
| indentation | Indentation | 'blockBufferWithoutHeader' have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'uncompressedSizeWithoutHeader' have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'blockBufferWithoutHeader' have incorrect indentation level 8, expected level should be 10. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| indentation | Indentation | 'headerBytes' have incorrect indentation level 10, expected level should be 12. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.PositionedReadable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| indentation | Indentation | 'offset' have incorrect indentation level 6, expected level should be 8. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 39 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 34 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 235 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 264 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 436 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| indentation | Indentation | 'StringUtils' have incorrect indentation level 6, expected level should be 8. | 549 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 557 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 604 | |
| indentation | Indentation | 'bucketCachePercentage' have incorrect indentation level 6, expected level should be 8. | 609 | |
| indentation | Indentation | 'DEFAULT_BUCKET_CACHE_WRITER_THREADS' have incorrect indentation level 6, expected level should be 8. | 619 | |
| indentation | Indentation | 'DEFAULT_BUCKET_CACHE_WRITER_QUEUE' have incorrect indentation level 6, expected level should be 8. | 621 | |
| indentation | Indentation | '"hbase.bucketcache.ioengine.errors.tolerated.duration"' have incorrect indentation level 8, expected level should be 10. | 634 | |
| indentation | Indentation | 'BucketCache' have incorrect indentation level 8, expected level should be 10. | 635 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 654 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| indentation | Indentation | 'DEFAULT_BUCKET_CACHE_COMBINED' have incorrect indentation level 8, expected level should be 10. | 666 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 269 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 66 | |
| indentation | Indentation | 'int' have incorrect indentation level 4, expected level should be 6. | 67 | |
| indentation | Indentation | 'ByteBuffer' have incorrect indentation level 7, expected level should be 8. | 77 | |
| indentation | Indentation | 'ByteBuffer' have incorrect indentation level 7, expected level should be 8. | 78 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 91 | |
| indentation | Indentation | 'int' have incorrect indentation level 4, expected level should be 6. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 31 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator.MetaCellComparator' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 32 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 131 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 145 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 196 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 198 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 199 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 201 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 203 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 205 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 43 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 67 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 134 | |
| indentation | Indentation | 'Compression' have incorrect indentation level 4, expected level should be 6. | 148 | |
| indentation | Indentation | 'DEFAULT_COMPRESSION_ALGORITHM' have incorrect indentation level 4, expected level should be 6. | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 215 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 349 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 353 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 354 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 355 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 376 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 378 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 379 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 503 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 504 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 504 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 506 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 507 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 508 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 509 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 553 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 555 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 629 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 742 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 743 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 771 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 782 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 783 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 784 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 790 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 793 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 796 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 803 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ByteBuffInputStream' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 333 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 475 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 476 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 477 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 478 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 479 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 480 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 481 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 482 | |
| indentation | Indentation | '"Block offset: "' have incorrect indentation level 8, expected level should be 10. | 529 | |
| indentation | Indentation | 'reader' have incorrect indentation level 6, expected level should be 8. | 553 | |
| indentation | Indentation | 'unpacked' have incorrect indentation level 6, expected level should be 8. | 559 | |
| indentation | Indentation | 'dup' have incorrect indentation level 6, expected level should be 8. | 560 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 928 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 957 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1051 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1052 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1073 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1090 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1445 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1478 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1929 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedKeyOnlyKeyValue' import. | 43 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 66 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 108 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 456 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 | |
| indentation | Indentation | 'targetKeyRelOffset' have incorrect indentation level 8, expected level should be 10. | 693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 713 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 762 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 764 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 834 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 865 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1044 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1072 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1084 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1085 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1086 | |
| indentation | Indentation | '" on-disk size, "' have incorrect indentation level 10, expected level should be 12. | 1087 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1088 | |
| indentation | Indentation | '" total uncompressed size."' have incorrect indentation level 10, expected level should be 12. | 1089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1111 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1120 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1150 | |
| indentation | Indentation | 'beginOffset' have incorrect indentation level 10, expected level should be 12. | 1173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1286 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1488 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 1521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1549 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1634 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 106 | |
| indentation | Indentation | 'compressAlgo' have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | '&&' have incorrect indentation level 6, expected level should be 8. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 58 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.BloomFilterFactory' import. | 68 | |
| imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 76 | |
| indentation | Indentation | '"Seek to this row and print all the kvs for this row only"' have incorrect indentation level 6, expected level should be 8. | 141 | |
| indentation | Indentation | '"Print all cells whose mob files are missing"' have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | '"File to scan. Pass full-path; e.g. hdfs://a:9000/hbase/hbase:meta/12/34"' have incorrect indentation level 6, expected level should be 8. | 148 | |
| indentation | Indentation | '"Region to scan. Pass region name; e.g. 'hbase:meta,,1'"' have incorrect indentation level 6, expected level should be 8. | 150 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| indentation | Indentation | 'FixedFileTrailer' have incorrect indentation level 8, expected level should be 10. | 312 | |
| indentation | Indentation | 'max' have incorrect indentation level 8, expected level should be 10. | 314 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 399 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 402 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 12, expected level should be 14. | 407 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 411 | |
| indentation | Indentation | 'Set' have incorrect indentation level 4, expected level should be 6. | 424 | |
| indentation | Indentation | 'MobUtils' have incorrect indentation level 8, expected level should be 10. | 437 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 533 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 549 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 552 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 599 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 623 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferedKeyOnlyKeyValue' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 41 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 64 | |
| indentation | Indentation | 'null' have incorrect indentation level 16, expected level should be 18. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 623 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 627 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 638 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 884 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 890 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 919 | |
| misc | UpperEll | Should use uppercase 'L'. | 924 | |
| indentation | Indentation | 'currValueLen' have incorrect indentation level 8, expected level should be 10. | 1042 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1078 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1188 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1319 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 1323 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 1324 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 1324 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 1325 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 1325 | |
| indentation | Indentation | 'updateCacheMetrics' have incorrect indentation level 9, expected level should be 11. | 1326 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 1327 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1328 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1329 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 11, expected level should be 10. | 1329 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1330 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1336 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1338 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1339 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1340 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1341 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 1341 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1346 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 10. | 1358 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1366 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1372 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1373 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 1374 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1375 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1376 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1377 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1378 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 1379 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1380 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1402 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 1414 | |
| indentation | Indentation | 'BlockType' have incorrect indentation level 10, expected level should be 12. | 1419 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 1462 | |
| indentation | Indentation | 'updateCacheMetrics' have incorrect indentation level 12, expected level should be 14. | 1477 | |
| indentation | Indentation | 'cacheConf' have incorrect indentation level 12, expected level should be 14. | 1520 | |
| indentation | Indentation | 'cacheConf' have incorrect indentation level 12, expected level should be 14. | 1521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1582 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1647 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1783 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1784 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 1810 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 1811 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 1812 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 1813 | |
| indentation | Indentation | 'User' have incorrect indentation level 8, expected level should be 10. | 1821 | |
| indentation | Indentation | 'conf' have incorrect indentation level 10, expected level should be 12. | 1832 | |
| indentation | Indentation | '" initialized with cacheConf: "' have incorrect indentation level 8, expected level should be 10. | 1857 | |
| indentation | Indentation | '" comparator: "' have incorrect indentation level 8, expected level should be 10. | 1858 | |
| indentation | Indentation | '" fileContext: "' have incorrect indentation level 8, expected level should be 10. | 1859 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 49 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 50 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 51 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 52 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 54 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 118 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator.MetaCellComparator' import. | 39 | |
| indentation | Indentation | '" initialized with cacheConf: "' have incorrect indentation level 8, expected level should be 10. | 175 | |
| indentation | Indentation | '" comparator: "' have incorrect indentation level 8, expected level should be 10. | 176 | |
| indentation | Indentation | '" fileContext: "' have incorrect indentation level 8, expected level should be 10. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| indentation | Indentation | 'getMidpoint' have incorrect indentation level 6, expected level should be 8. | 321 | |
| indentation | Indentation | 'lastDataBlockOffset' have incorrect indentation level 6, expected level should be 8. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 628 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 | |
| indentation | Indentation | 'false' have incorrect indentation level 6, expected level should be 8. | 712 | |
| indentation | Indentation | '&&' have incorrect indentation level 8, expected level should be 10. | 727 | |
| indentation | Indentation | 'cryptoContext' have incorrect indentation level 8, expected level should be 10. | 747 | |
| indentation | Indentation | 'cryptoContext' have incorrect indentation level 8, expected level should be 10. | 749 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 50 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 | |
| indentation | Indentation | '", mapSize="' have incorrect indentation level 8, expected level should be 10. | 380 | |
| indentation | Indentation | '", mapSize="' have incorrect indentation level 10, expected level should be 12. | 387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 441 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 | |
| indentation | Indentation | 'StringUtils' have incorrect indentation level 10, expected level should be 12. | 559 | |
| indentation | Indentation | 'StringUtils' have incorrect indentation level 10, expected level should be 12. | 560 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 563 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 575 | |
| indentation | Indentation | '" from single and multi buckets"' have incorrect indentation level 14, expected level should be 16. | 602 | |
| indentation | Indentation | '" total from all three buckets "' have incorrect indentation level 14, expected level should be 16. | 607 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 632 | |
| indentation | Indentation | '"freed="' have incorrect indentation level 10, expected level should be 12. | 657 | |
| indentation | Indentation | '"total="' have incorrect indentation level 10, expected level should be 12. | 658 | |
| indentation | Indentation | '"single="' have incorrect indentation level 10, expected level should be 12. | 659 | |
| indentation | Indentation | '"multi="' have incorrect indentation level 10, expected level should be 12. | 660 | |
| indentation | Indentation | '"memory="' have incorrect indentation level 10, expected level should be 12. | 661 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 829 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 976 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1029 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ClassSize' have incorrect indentation level 4, expected level should be 6. | 38 | |
| indentation | Indentation | 'ClassSize' have incorrect indentation level 4, expected level should be 6. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 46 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 71 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'TimeUnit' have incorrect indentation level 10, expected level should be 12. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.collections.map.LinkedMap' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 36 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 58 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 275 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 546 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 551 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 52 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 75 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 204 | |
| indentation | Indentation | '", blockSize="' have incorrect indentation level 6, expected level should be 8. | 268 | |
| indentation | Indentation | 'persistencePath' have incorrect indentation level 6, expected level should be 8. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 628 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 645 | |
| indentation | Indentation | '" of current used="' have incorrect indentation level 10, expected level should be 12. | 660 | |
| indentation | Indentation | 'StringUtils' have incorrect indentation level 10, expected level should be 12. | 661 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 678 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 749 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 750 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 751 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 752 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 753 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 791 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 809 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 810 | |
| indentation | Indentation | 're' have incorrect indentation level 12, expected level should be 14. | 838 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 14 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 919 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 949 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 950 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 965 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 971 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 977 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 980 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 992 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 993 | |
| indentation | Indentation | '"ms, disabing cache, please check your IOEngine"' have incorrect indentation level 10, expected level should be 12. | 1011 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1024 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1029 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1038 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1265 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1415 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MinMaxPriorityQueue' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 59 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 63 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 67 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 71 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 93 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 97 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 101 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.sasl.SaslException' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 48 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 46 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 63 | |
| indentation | Indentation | 'connection' have incorrect indentation level 10, expected level should be 12. | 440 | |
| indentation | Indentation | 'System' have incorrect indentation level 10, expected level should be 12. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 62 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 6. | 62 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 35 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| indentation | Indentation | '"; up hbase.ipc.cellblock.building.initial.buffersize?"' have incorrect indentation level 10, expected level should be 12. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| indentation | Indentation | 'compressor' have incorrect indentation level 8, expected level should be 10. | 205 | |
| indentation | Indentation | 'poolDecompressor' have incorrect indentation level 8, expected level should be 10. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 26 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 68 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'interface def rcurly' have incorrect indentation level 2, expected level should be 0. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 40 should have line break after. | 178 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScannable' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.ArrayUtils' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionAction' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 137 | |
| indentation | Indentation | 'ReflectionUtils' have incorrect indentation level 8, expected level should be 10. | 145 | |
| indentation | Indentation | 'ReflectionUtils' have incorrect indentation level 8, expected level should be 10. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 16 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 19 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.VersionInfo' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.BufferedInputStream' should be separated from previous imports. | 75 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 181 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 276 | |
| indentation | Indentation | '", sasl="' have incorrect indentation level 10, expected level should be 12. | 352 | |
| indentation | Indentation | 'remoteId' have incorrect indentation level 8, expected level should be 10. | 373 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 374 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 441 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| indentation | Indentation | '" after sleeping "' have incorrect indentation level 8, expected level should be 10. | 500 | |
| indentation | Indentation | '" time(s)."' have incorrect indentation level 8, expected level should be 10. | 501 | |
| indentation | Indentation | 'UserGroupInformation' have incorrect indentation level 8, expected level should be 10. | 601 | |
| indentation | Indentation | 'UserGroupInformation' have incorrect indentation level 14, expected level should be 18. | 668 | |
| indentation | Indentation | '" to "' have incorrect indentation level 14, expected level should be 18. | 669 | |
| indentation | Indentation | '" The most likely cause is missing or invalid credentials."' have incorrect indentation level 14, expected level should be 16. | 682 | |
| indentation | Indentation | '" Consider 'kinit'."' have incorrect indentation level 14, expected level should be 16. | 683 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 738 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 42 has parse error. Details: no viable alternative at input '<MAGIC WORD -' while parsing HTML_ELEMENT | 795 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 899 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 910 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 947 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1006 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1011 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1045 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1219 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 1225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1227 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1228 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 1229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1329 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 37 | |
| indentation | Indentation | '",queue="' have incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.sasl.Sasl' import. | 64 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 68 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 72 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.BoundedByteBufferPool' import. | 86 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.HBaseSaslRpcServer.SaslDigestCallbackHandler' import. | 103 | |
| imports | ImportOrder | Wrong order for 'org.apache.htrace.TraceInfo' import. | 128 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 130 | |
| indentation | Indentation | 'Server' have incorrect indentation level 4, expected level should be 6. | 199 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 4, expected level should be 6. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 737 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 744 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 765 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 864 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 971 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 1093 | |
| indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 10. | 1093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1142 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1144 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1255 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1262 | |
| design | VisibilityModifier | Variable 'attemptingUser' must be private and have accessor methods. | 1267 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 1294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1363 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1378 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1379 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1380 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1382 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1383 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1387 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1389 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 16. | 1389 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1390 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 16. | 1390 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1391 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 18. | 1392 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1394 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 16. | 1394 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1394 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1396 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1399 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1400 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 16. | 1400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1410 | |
| indentation | Indentation | 'sendToClient' have incorrect indentation level 12, expected level should be 14. | 1434 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1455 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1456 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1578 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 1660 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 1661 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1681 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1741 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1764 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1773 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1782 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1812 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1813 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1814 | |
| indentation | Indentation | '" totalRequestSize: "' have incorrect indentation level 10, expected level should be 12. | 1831 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 1837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1854 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 1888 | |
| indentation | Indentation | 'msg' have incorrect indentation level 10, expected level should be 12. | 1892 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 1923 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1933 | |
| blocks | LeftCurly | '{' at column 11 should have line break after. | 1935 | |
| blocks | LeftCurly | '{' at column 13 should have line break after. | 1937 | |
| blocks | LeftCurly | '{' at column 11 should have line break after. | 1939 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1995 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1999 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2000 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2090 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2094 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 2115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2227 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2320 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2398 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 2403 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 2589 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 | |
| indentation | Indentation | 'Message' have incorrect indentation level 4, expected level should be 6. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 3, expected level should be 4. | 157 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 6. | 158 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 44 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 45 | |
| indentation | Indentation | '"hbase.mapred.groupingtablemap.columns"' have incorrect indentation level 4, expected level should be 6. | 52 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 63 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 26 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 38 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 39 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 57 | |
| indentation | Indentation | 'ImmutableBytesWritable' have incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'Result' have incorrect indentation level 6, expected level should be 8. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 40 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 41 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 25 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 6. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| indentation | Indentation | 'RowCounterMapper' have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | '" <outputdir> <tablename> <column1> [<column2>...]"' have incorrect indentation level 6, expected level should be 8. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 28 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 83 | |
| indentation | Indentation | 'numSplits' have incorrect indentation level 6, expected level should be 8. | 209 | |
| indentation | Indentation | 'getHostname' have incorrect indentation level 8, expected level should be 10. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 68 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 69 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 70 | |
| indentation | Indentation | 'true' have incorrect indentation level 6, expected level should be 8. | 72 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 77 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'addDependencyJars' have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 97 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 98 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 99 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 174 | |
| indentation | Indentation | 'addDependencyJars' have incorrect indentation level 6, expected level should be 8. | 186 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 213 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 217 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 230 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 236 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 237 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 8, expected level should be 10. | 248 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 6, expected level should be 8. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 6, expected level should be 8. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| indentation | Indentation | 'TableName' have incorrect indentation level 6, expected level should be 8. | 330 | |
| indentation | Indentation | 'TableName' have incorrect indentation level 6, expected level should be 8. | 344 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 354 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 361 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 366 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 369 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 370 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 371 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 372 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 373 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 374 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 375 | |
| indentation | Indentation | 'job' have incorrect indentation level 6, expected level should be 8. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileAlreadyExistsException' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 211 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 250 | |
| indentation | Indentation | '"null"' have incorrect indentation level 10, expected level should be 12. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 4, expected level should be 6. | 91 | |
| indentation | Indentation | 'TableSnapshotInputFormatImpl' have incorrect indentation level 6, expected level should be 8. | 141 | |
| indentation | Indentation | 'getRecordReader' have incorrect indentation level 2, expected level should be 6. | 151 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 79 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 52 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 6. | 90 | |
| indentation | Indentation | 'new' have incorrect indentation level 14, expected level should be 16. | 141 | |
| indentation | Indentation | 'Context' have incorrect indentation level 6, expected level should be 8. | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 210 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| indentation | Indentation | '"[Prefix] for row filter]] --starttime=[starttime] --endtime=[endtime]"' have incorrect indentation level 8, expected level should be 10. | 277 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 282 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 119 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 121 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 122 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 125 | |
| indentation | Indentation | 'null' have incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'Import' have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'null' have incorrect indentation level 8, expected level should be 10. | 163 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 204 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 207 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 209 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| indentation | Indentation | '"Count rows in HBase table."' have incorrect indentation level 6, expected level should be 8. | 43 | |
| indentation | Indentation | '"Count cells in HBase table."' have incorrect indentation level 6, expected level should be 8. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 89 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 120 | |
| indentation | Indentation | '", endtime="' have incorrect indentation level 6, expected level should be 8. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| indentation | Indentation | '"[<starttime> [<endtime>]] [^[regex pattern] or [Prefix] to filter]]\n"' have incorrect indentation level 6, expected level should be 8. | 158 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 43 | |
| indentation | Indentation | '"hbase.mapred.groupingtablemap.columns"' have incorrect indentation level 4, expected level should be 6. | 50 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 64 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionLocator' import. | 54 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 61 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 80 | |
| sizes | MethodLength | Method length is 213 lines (max allowed is 150). | 132 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 170 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 18, expected level should be 20. | 219 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 18, expected level should be 20. | 227 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 364 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 388 | |
| indentation | Indentation | 'fs' have incorrect indentation level 6, expected level should be 8. | 401 | |
| indentation | Indentation | 'NullWritable' have incorrect indentation level 6, expected level should be 8. | 402 | |
| indentation | Indentation | 'familyDescriptor' have incorrect indentation level 8, expected level should be 10. | 675 | |
| indentation | Indentation | 'familyDescriptor' have incorrect indentation level 8, expected level should be 10. | 678 | |
| indentation | Indentation | 'familyDescriptor' have incorrect indentation level 8, expected level should be 10. | 741 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 55 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 61 | |
| indentation | Indentation | '&&' have incorrect indentation level 10, expected level should be 12. | 228 | |
| indentation | Indentation | 'fs' have incorrect indentation level 8, expected level should be 10. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 457 | |
| indentation | Indentation | 'extends' have incorrect indentation level 4, expected level should be 6. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 36 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 50 | |
| indentation | Indentation | 'ImmutableBytesWritable' have incorrect indentation level 6, expected level should be 8. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 55 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| indentation | Indentation | 'Context' have incorrect indentation level 6, expected level should be 8. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| indentation | Indentation | 'Context' have incorrect indentation level 6, expected level should be 8. | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| indentation | Indentation | 'Context' have incorrect indentation level 6, expected level should be 8. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 421 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 506 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 534 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 538 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 556 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| indentation | Indentation | '"TsvParser only supports single-byte separators"' have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'Splitter' have incorrect indentation level 8, expected level should be 10. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 | |
| indentation | Indentation | 'mapperClassName' have incorrect indentation level 10, expected level should be 12. | 479 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 481 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 481 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 482 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 482 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 483 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 483 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 484 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 485 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 486 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 487 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 488 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 489 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 490 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 490 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 491 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 491 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 492 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 493 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 493 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 494 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 494 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 495 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 496 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 498 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 499 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 500 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 501 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 504 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 14. | 505 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 506 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 507 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 14. | 508 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 509 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 510 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 14. | 510 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 513 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 514 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 12. | 515 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 516 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 10. | 517 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 12. | 519 | |
| indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 12. | 519 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 522 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 14. | 522 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 523 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 14. | 523 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 524 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 14. | 524 | |
| indentation | Indentation | 'for' have incorrect indentation level 16, expected level should be 14. | 525 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 16. | 526 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 18. | 527 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 16. | 528 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 16, expected level should be 14. | 529 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 14. | 530 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 531 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 16. | 531 | |
| indentation | Indentation | 'for' have incorrect indentation level 18, expected level should be 16. | 532 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 18. | 533 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 18, expected level should be 16. | 534 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 535 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 16. | 535 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 541 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 542 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 14. | 543 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 544 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 545 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 546 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 547 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 548 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 549 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 550 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 551 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 12. | 552 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 553 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 554 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 14. | 554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 556 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 558 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 10. | 559 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 560 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 561 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 562 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 12. | 562 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 563 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 564 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 565 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 566 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 567 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 571 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 572 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 573 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 576 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 577 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 578 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 579 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 580 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 581 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 582 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 586 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 587 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 588 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 6, expected level should be 8. | 604 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 628 | |
| indentation | Indentation | '"Usage: "' have incorrect indentation level 6, expected level should be 8. | 648 | |
| indentation | Indentation | '"\n"' have incorrect indentation level 6, expected level should be 8. | 649 | |
| indentation | Indentation | '"Imports the given input directory of TSV data into the specified table.\n"' have incorrect indentation level 6, expected level should be 8. | 650 | |
| indentation | Indentation | '"\n"' have incorrect indentation level 6, expected level should be 8. | 651 | |
| indentation | Indentation | '"The column names of the TSV data must be specified using the -D"' have incorrect indentation level 6, expected level should be 8. | 652 | |
| indentation | Indentation | '"option. This option takes the form of comma-separated column names, where each\n"' have incorrect indentation level 6, expected level should be 8. | 653 | |
| indentation | Indentation | '"column name is either a simple column family, or a columnfamily:qualifier. The special\n"' have incorrect indentation level 6, expected level should be 8. | 654 | |
| indentation | Indentation | '"column name "' have incorrect indentation level 6, expected level should be 8. | 655 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 655 | |
| indentation | Indentation | '"as the row key for each imported record. You must specify exactly one column\n"' have incorrect indentation level 6, expected level should be 8. | 656 | |
| indentation | Indentation | '"to be the row key, and you must specify a column name for every column that exists in the\n"' have incorrect indentation level 6, expected level should be 8. | 657 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 657 | |
| indentation | Indentation | '"input data. Another special column"' have incorrect indentation level 6, expected level should be 8. | 658 | |
| indentation | Indentation | '" designates that this column should be\n"' have incorrect indentation level 6, expected level should be 8. | 659 | |
| indentation | Indentation | '"used as timestamp for each record. Unlike "' have incorrect indentation level 6, expected level should be 8. | 660 | |
| indentation | Indentation | 'TsvParser' have incorrect indentation level 6, expected level should be 8. | 661 | |
| indentation | Indentation | '"You must specify at most one column as timestamp key for each imported record.\n"' have incorrect indentation level 6, expected level should be 8. | 662 | |
| indentation | Indentation | '"Record with invalid timestamps (blank, non-numeric) will be treated as bad record.\n"' have incorrect indentation level 6, expected level should be 8. | 663 | |
| indentation | Indentation | '"Note: if you use this option, then '"' have incorrect indentation level 6, expected level should be 8. | 664 | |
| indentation | Indentation | '"\n"' have incorrect indentation level 6, expected level should be 8. | 665 | |
| indentation | Indentation | '"Other special columns that can be specified are "' have incorrect indentation level 6, expected level should be 8. | 666 | |
| indentation | Indentation | '" and "' have incorrect indentation level 6, expected level should be 8. | 667 | |
| indentation | Indentation | 'TsvParser' have incorrect indentation level 6, expected level should be 8. | 668 | |
| indentation | Indentation | '"as a Cell's Time To Live (TTL) attribute.\n"' have incorrect indentation level 6, expected level should be 8. | 669 | |
| indentation | Indentation | 'TsvParser' have incorrect indentation level 6, expected level should be 8. | 670 | |
| indentation | Indentation | '"visibility label expression.\n"' have incorrect indentation level 6, expected level should be 8. | 671 | |
| indentation | Indentation | '"\n"' have incorrect indentation level 6, expected level should be 8. | 672 | |
| indentation | Indentation | 'TsvParser' have incorrect indentation level 6, expected level should be 8. | 673 | |
| indentation | Indentation | '" Should be specified as key=>value where "' have incorrect indentation level 6, expected level should be 8. | 674 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 674 | |
| indentation | Indentation | '" as the seperator. Note that more than one OperationAttributes can be specified.\n"' have incorrect indentation level 6, expected level should be 8. | 675 | |
| indentation | Indentation | '"By default importtsv will load data directly into HBase. To instead generate\n"' have incorrect indentation level 6, expected level should be 8. | 676 | |
| indentation | Indentation | '"HFiles of data to prepare for a bulk data load, pass the option:\n"' have incorrect indentation level 6, expected level should be 8. | 677 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 678 | |
| indentation | Indentation | '" Note: if you do not use this option, then the target table must already exist in HBase\n"' have incorrect indentation level 6, expected level should be 8. | 679 | |
| indentation | Indentation | '"\n"' have incorrect indentation level 6, expected level should be 8. | 680 | |
| indentation | Indentation | '"Other options that may be specified with -D include:\n"' have incorrect indentation level 6, expected level should be 8. | 681 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 682 | |
| indentation | Indentation | '" table. If table does not exist, it is created but deleted in the end.\n"' have incorrect indentation level 6, expected level should be 8. | 683 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 684 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 685 | |
| indentation | Indentation | '" '-D"' have incorrect indentation level 6, expected level should be 8. | 686 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 687 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 687 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 688 | |
| indentation | Indentation | 'DEFAULT_MAPPER' have incorrect indentation level 6, expected level should be 8. | 689 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 690 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 690 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 691 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 691 | |
| indentation | Indentation | '" Note: if you set this to 'no', then the target table must already exist in HBase\n"' have incorrect indentation level 6, expected level should be 8. | 692 | |
| indentation | Indentation | '" -D"' have incorrect indentation level 6, expected level should be 8. | 693 | |
| indentation | Indentation | '"Default is false\n\n"' have incorrect indentation level 6, expected level should be 8. | 694 | |
| indentation | Indentation | '"For performance consider the following options:\n"' have incorrect indentation level 6, expected level should be 8. | 695 | |
| indentation | Indentation | '" -Dmapreduce.map.speculative=false\n"' have incorrect indentation level 6, expected level should be 8. | 696 | |
| indentation | Indentation | '" -Dmapreduce.reduce.speculative=false"' have incorrect indentation level 6, expected level should be 8. | 697 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 735 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 758 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.HashMultimap' import. | 23 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 115 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 171 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 182 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 234 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 269 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 294 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 312 | |
| indentation | Indentation | 'Runtime' have incorrect indentation level 6, expected level should be 8. | 326 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 444 | |
| indentation | Indentation | '?' have incorrect indentation level 8, expected level should be 13. | 501 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 501 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 513 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 514 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 515 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 33 has parse error. Details: no viable alternative at input '<startkey,' while parsing HTML_ELEMENT | 524 | |
| indentation | Indentation | '"region. Splitting..."' have incorrect indentation level 4, expected level should be 8. | 592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 623 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 688 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 689 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 713 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 719 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 814 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 866 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 867 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 895 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 898 | |
| indentation | Indentation | '" first="' have incorrect indentation level 12, expected level should be 14. | 942 | |
| indentation | Indentation | '" last="' have incorrect indentation level 12, expected level should be 14. | 943 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 991 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 38 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'Class' have incorrect indentation level 2, expected level should be 6. | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| indentation | Indentation | 'void' have incorrect indentation level 2, expected level should be 6. | 111 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 6. | 146 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'Mapper' have incorrect indentation level 10, expected level should be 12. | 243 | |
| indentation | Indentation | 'Configuration' have incorrect indentation level 10, expected level should be 12. | 244 | |
| indentation | Indentation | 'TaskAttemptID' have incorrect indentation level 10, expected level should be 12. | 245 | |
| indentation | Indentation | 'RecordReader' have incorrect indentation level 10, expected level should be 12. | 246 | |
| indentation | Indentation | 'RecordWriter' have incorrect indentation level 10, expected level should be 12. | 247 | |
| indentation | Indentation | 'OutputCommitter' have incorrect indentation level 10, expected level should be 12. | 248 | |
| indentation | Indentation | 'StatusReporter' have incorrect indentation level 10, expected level should be 12. | 249 | |
| indentation | Indentation | 'InputSplit' have incorrect indentation level 10, expected level should be 12. | 250 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 263 | |
| indentation | Indentation | 'Configuration' have incorrect indentation level 12, expected level should be 14. | 264 | |
| indentation | Indentation | 'TaskAttemptID' have incorrect indentation level 12, expected level should be 14. | 265 | |
| indentation | Indentation | 'RecordReader' have incorrect indentation level 12, expected level should be 14. | 266 | |
| indentation | Indentation | 'RecordWriter' have incorrect indentation level 12, expected level should be 14. | 267 | |
| indentation | Indentation | 'OutputCommitter' have incorrect indentation level 12, expected level should be 14. | 268 | |
| indentation | Indentation | 'StatusReporter' have incorrect indentation level 12, expected level should be 14. | 269 | |
| indentation | Indentation | 'InputSplit' have incorrect indentation level 12, expected level should be 14. | 270 | |
| indentation | Indentation | 'outer' have incorrect indentation level 12, expected level should be 14. | 273 | |
| indentation | Indentation | 'outer' have incorrect indentation level 12, expected level should be 14. | 274 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 275 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 276 | |
| indentation | Indentation | 'context' have incorrect indentation level 12, expected level should be 14. | 277 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 278 | |
| indentation | Indentation | 'outer' have incorrect indentation level 12, expected level should be 14. | 279 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 6. | 63 | |
| indentation | Indentation | 'Context' have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'RowCounterMapper' have incorrect indentation level 6, expected level should be 8. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 6. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 50 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| indentation | Indentation | 'key' have incorrect indentation level 6, expected level should be 8. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Throwables' import. | 54 | |
| indentation | Indentation | 'enum def rcurly' have incorrect indentation level 81, expected level should be 4. | 170 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 201 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 202 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 203 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 204 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 206 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 300 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 578 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 40 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 50 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.naming.NamingException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 37 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 42 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 104 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 143 | |
| indentation | Indentation | 'splitStart' have incorrect indentation level 12, expected level should be 14. | 313 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 322 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 332 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 480 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 536 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 538 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 539 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 610 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 627 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 667 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 51 | |
| imports | RedundantImport | Duplicate import to line 21 - com.google.protobuf.InvalidProtocolBufferException. | 51 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 71 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 141 | |
| indentation | Indentation | 'Class' have incorrect indentation level 6, expected level should be 7. | 142 | |
| indentation | Indentation | 'Class' have incorrect indentation level 6, expected level should be 7. | 143 | |
| indentation | Indentation | 'Class' have incorrect indentation level 6, expected level should be 7. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 146 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 244 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 269 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 294 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 306 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 359 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 364 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 365 | |
| indentation | Indentation | 'addDependencyJars' have incorrect indentation level 6, expected level should be 8. | 421 | |
| indentation | Indentation | 'scanStrings' have incorrect indentation level 6, expected level should be 8. | 461 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 584 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 597 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 601 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 602 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 613 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 615 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 617 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 618 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 619 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 620 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 621 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 622 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 623 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 631 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 632 | |
| indentation | Indentation | 'String' have incorrect indentation level 4, expected level should be 6. | 633 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 645 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 647 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 649 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 650 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 651 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 652 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 653 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 654 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 655 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 665 | |
| indentation | Indentation | 'Class' have incorrect indentation level 4, expected level should be 6. | 666 | |
| indentation | Indentation | 'String' have incorrect indentation level 4, expected level should be 6. | 667 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 672 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 6, expected level should be 8. | 716 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 717 | |
| indentation | Indentation | 'TableName' have incorrect indentation level 7, expected level should be 8. | 732 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 742 | |
| indentation | Indentation | 'org' have incorrect indentation level 6, expected level should be 8. | 763 | |
| indentation | Indentation | 'org' have incorrect indentation level 6, expected level should be 8. | 764 | |
| indentation | Indentation | 'org' have incorrect indentation level 6, expected level should be 8. | 765 | |
| indentation | Indentation | 'org' have incorrect indentation level 6, expected level should be 8. | 766 | |
| indentation | Indentation | 'org' have incorrect indentation level 6, expected level should be 8. | 767 | |
| indentation | Indentation | 'org' have incorrect indentation level 6, expected level should be 8. | 769 | |
| indentation | Indentation | 'io' have incorrect indentation level 6, expected level should be 8. | 770 | |
| indentation | Indentation | 'com' have incorrect indentation level 6, expected level should be 8. | 771 | |
| indentation | Indentation | 'com' have incorrect indentation level 6, expected level should be 8. | 772 | |
| indentation | Indentation | 'org' have incorrect indentation level 6, expected level should be 8. | 773 | |
| indentation | Indentation | 'com' have incorrect indentation level 6, expected level should be 8. | 774 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 794 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 843 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 858 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 900 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 914 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 925 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 64 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 6. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 35 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 51 | |
| indentation | Indentation | '"HBase Counters"' have incorrect indentation level 4, expected level should be 6. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 254 | |
| indentation | Indentation | '"null"' have incorrect indentation level 10, expected level should be 12. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'context' have incorrect indentation level 8, expected level should be 10. | 142 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 199 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| indentation | Indentation | '"hbase.tablesnapshotinputformat.locality.cutoff.multiplier"' have incorrect indentation level 4, expected level should be 6. | 75 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 361 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 389 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 144 | |
| indentation | Indentation | 'cellVisibilityExpr' have incorrect indentation level 14, expected level should be 16. | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 49 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| indentation | Indentation | 'Context' have incorrect indentation level 4, expected level should be 6. | 147 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'cellVisibilityExpr' have incorrect indentation level 12, expected level should be 14. | 168 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.Counter' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 39 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 6. | 97 | |
| indentation | Indentation | 'Context' have incorrect indentation level 6, expected level should be 8. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 6. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| blocks | EmptyBlock | Must have at least one statement. | 200 | |
| indentation | Indentation | 'TableName' have incorrect indentation level 12, expected level should be 14. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationPeerConfig' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil' import. | 51 | |
| indentation | Indentation | 'enum def rcurly' have incorrect indentation level 99, expected level should be 4. | 91 | |
| indentation | Indentation | 'currentCompareRowInPeerTable' have incorrect indentation level 12, expected level should be 14. | 166 | |
| indentation | Indentation | 'currentCompareRowInPeerTable' have incorrect indentation level 14, expected level should be 16. | 184 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 218 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 368 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 152 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 153 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 158 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 209 | |
| indentation | Indentation | '"Cluster went down before this master became active"' have incorrect indentation level 12, expected level should be 14. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 82 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 93 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 144 | |
| indentation | Indentation | 'failedOpenTracker' have incorrect indentation level 4, expected level should be 6. | 186 | |
| design | VisibilityModifier | Variable 'TEST_SKIP_SPLIT_HANDLING' must be private and have accessor methods. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 225 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 225 | |
| misc | UpperEll | Should use uppercase 'L'. | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| indentation | Indentation | '-' have incorrect indentation level 6, expected level should be 8. | 422 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 437 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 568 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 656 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 657 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 673 | |
| indentation | Indentation | '+' have incorrect indentation level 18, expected level should be 20. | 700 | |
| indentation | Indentation | '+' have incorrect indentation level 18, expected level should be 20. | 701 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 713 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 732 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 736 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 742 | |
| indentation | Indentation | 'conf' have incorrect indentation level 12, expected level should be 14. | 751 | |
| indentation | Indentation | '.' have incorrect indentation level 16, expected level should be 18. | 755 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 761 | |
| indentation | Indentation | '(' have incorrect indentation level 22, expected level should be 24. | 781 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 795 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 796 | |
| indentation | Indentation | 'RpcClient' have incorrect indentation level 18, expected level should be 20. | 806 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 809 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 820 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 855 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 878 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 886 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 892 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 909 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 920 | |
| indentation | Indentation | 'try' have incorrect indentation level 7, expected level should be 8. | 921 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 10. | 922 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 923 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 923 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 10. | 924 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 8. | 925 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 926 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 926 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 927 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 928 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 928 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 929 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 7, expected level should be 8. | 930 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 8. | 931 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 931 | |
| indentation | Indentation | '+' have incorrect indentation level 9, expected level should be 11. | 932 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 932 | |
| indentation | Indentation | '+' have incorrect indentation level 9, expected level should be 11. | 933 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 933 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 956 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 957 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 958 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 959 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 960 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 961 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 962 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 962 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 963 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 963 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 964 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 965 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 966 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 967 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 968 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 968 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 969 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 969 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 970 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 971 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 975 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 976 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 977 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 978 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 979 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 980 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 981 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 981 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 982 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 982 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 983 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 990 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 991 | |
| sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 993 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 1004 | |
| indentation | Indentation | '" after maximumAttempts ("' have incorrect indentation level 16, expected level should be 18. | 1025 | |
| indentation | Indentation | '"). Reset attempts count and continue retrying."' have incorrect indentation level 16, expected level should be 18. | 1026 | |
| indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 1038 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 1038 | |
| indentation | Indentation | 'State' have incorrect indentation level 10, expected level should be 11. | 1039 | |
| indentation | Indentation | '"try="' have incorrect indentation level 14, expected level should be 16. | 1069 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 1081 | |
| indentation | Indentation | '" to the same failed server."' have incorrect indentation level 16, expected level should be 18. | 1155 | |
| indentation | Indentation | 'RpcClient' have incorrect indentation level 16, expected level should be 18. | 1157 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1171 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1180 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1192 | |
| indentation | Indentation | 'serverManager' have incorrect indentation level 6, expected level should be 8. | 1199 | |
| indentation | Indentation | '", there is no destination server available."' have incorrect indentation level 8, expected level should be 10. | 1203 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1216 | |
| indentation | Indentation | '"an existing plan) for "' have incorrect indentation level 10, expected level should be 12. | 1247 | |
| indentation | Indentation | '"; generated random plan="' have incorrect indentation level 10, expected level should be 12. | 1248 | |
| indentation | Indentation | '" (online="' have incorrect indentation level 10, expected level should be 12. | 1249 | |
| indentation | Indentation | '") available servers, forceNewPlan="' have incorrect indentation level 10, expected level should be 12. | 1250 | |
| indentation | Indentation | 'region' have incorrect indentation level 8, expected level should be 10. | 1256 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 1308 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1331 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 1344 | |
| indentation | Indentation | '"already in transition ("' have incorrect indentation level 10, expected level should be 12. | 1345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1452 | |
| indentation | Indentation | 'balancer' have incorrect indentation level 6, expected level should be 8. | 1466 | |
| indentation | Indentation | '"retainAssignment=true"' have incorrect indentation level 6, expected level should be 8. | 1472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1481 | |
| indentation | Indentation | '" region(s) to "' have incorrect indentation level 10, expected level should be 12. | 1516 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1541 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 1545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1562 | |
| indentation | Indentation | 'getBoolean' have incorrect indentation level 6, expected level should be 8. | 1566 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1593 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1608 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1657 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1661 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1663 | |
| indentation | Indentation | '&&' have incorrect indentation level 10, expected level should be 12. | 1694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1707 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1709 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1731 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1732 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1733 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 1748 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1781 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1782 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 1782 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1783 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1784 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1785 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 1785 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1786 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1787 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1788 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 1788 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1789 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1790 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1791 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1792 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 1792 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1793 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1794 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1806 | |
| indentation | Indentation | 'RpcClient' have incorrect indentation level 22, expected level should be 24. | 1838 | |
| indentation | Indentation | '+' have incorrect indentation level 24, expected level should be 26. | 1841 | |
| indentation | Indentation | '+' have incorrect indentation level 22, expected level should be 24. | 1847 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 1858 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1878 | |
| indentation | Indentation | 'RpcClient' have incorrect indentation level 22, expected level should be 24. | 1906 | |
| indentation | Indentation | '+' have incorrect indentation level 24, expected level should be 26. | 1909 | |
| indentation | Indentation | '+' have incorrect indentation level 22, expected level should be 24. | 1915 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 1926 | |
| indentation | Indentation | 'getInt' have incorrect indentation level 6, expected level should be 8. | 1953 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1983 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1992 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1995 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1999 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 2051 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 2052 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 2053 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 2060 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 2061 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 2098 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 2127 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2138 | |
| indentation | Indentation | '?' have incorrect indentation level 6, expected level should be 8. | 2247 | |
| indentation | Indentation | 'a' have incorrect indentation level 6, expected level should be 8. | 2319 | |
| indentation | Indentation | 'b' have incorrect indentation level 6, expected level should be 8. | 2321 | |
| indentation | Indentation | 'hri' have incorrect indentation level 8, expected level should be 10. | 2482 | |
| indentation | Indentation | 'hri' have incorrect indentation level 8, expected level should be 10. | 2512 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2702 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2820 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2821 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2825 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2826 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2827 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2828 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2829 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2830 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2831 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2832 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2833 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2834 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 2835 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 2836 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2836 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2837 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 2838 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 2839 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 2840 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2841 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2842 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2843 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2844 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2845 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2846 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2847 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2848 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2849 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2850 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 2851 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 2852 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 2852 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 2853 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 2854 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 2854 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 2855 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2856 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2857 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2858 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2859 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2860 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2861 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2862 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2863 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2864 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 2865 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2866 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 2867 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2867 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 2868 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 2869 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 2870 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2871 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2872 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2873 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2874 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2876 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2877 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2881 | |
| indentation | Indentation | 'getSnapShotOfAssignment' have incorrect indentation level 4, expected level should be 6. | 2897 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 55 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 59 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 63 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 77 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 79 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 87 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 92 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 95 | |
| sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 97 | |
| indentation | Indentation | 'snapshot' have incorrect indentation level 6, expected level should be 8. | 104 | |
| indentation | Indentation | 'snapshot' have incorrect indentation level 6, expected level should be 8. | 112 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 115 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 118 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'favoredNodes' have incorrect indentation level 10, expected level should be 12. | 150 | |
| indentation | Indentation | 'favoredNodes' have incorrect indentation level 10, expected level should be 12. | 152 | |
| indentation | Indentation | 'favoredNodes' have incorrect indentation level 10, expected level should be 12. | 154 | |
| indentation | Indentation | 'FavoredNodesPlan' have incorrect indentation level 10, expected level should be 12. | 175 | |
| indentation | Indentation | 'regionLocalityMap' have incorrect indentation level 12, expected level should be 14. | 193 | |
| indentation | Indentation | 'regionDegreeLocalityMap' have incorrect indentation level 14, expected level should be 16. | 203 | |
| indentation | Indentation | 'regionDegreeLocalityMap' have incorrect indentation level 12, expected level should be 14. | 211 | |
| indentation | Indentation | 'primaryRSToRegionCounterMap' have incorrect indentation level 6, expected level should be 8. | 227 | |
| indentation | Indentation | 'serverToHostingRegionCounterMap' have incorrect indentation level 6, expected level should be 8. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| indentation | Indentation | 'primaryRSToRegionCounterMap' have incorrect indentation level 6, expected level should be 8. | 393 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 449 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 450 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 466 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 508 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'Executors' have incorrect indentation level 6, expected level should be 8. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 30 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 45 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| indentation | Indentation | 'getMergedRegionsAndSplitParents' have incorrect indentation level 4, expected level should be 6. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| indentation | Indentation | 'getMergedRegionsAndSplitParents' have incorrect indentation level 4, expected level should be 6. | 132 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| indentation | Indentation | 'mergedRegion' have incorrect indentation level 8, expected level should be 10. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| indentation | Indentation | 'getMergedRegionsAndSplitParents' have incorrect indentation level 8, expected level should be 10. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| indentation | Indentation | '" because daughter splits no longer hold references"' have incorrect indentation level 8, expected level should be 10. | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 343 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 344 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 357 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 55 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 287 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 299 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 8. | 304 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 8. | 305 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 8. | 310 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 311 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 314 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 14, expected level should be 10. | 315 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 8. | 316 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 321 | |
| indentation | Indentation | 'class def rcurly' have incorrect indentation level 2, expected level should be 4. | 323 | |
| design | FinalClass | Class ClusterStatusEncoder should be declared as final. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 24 | |
| blocks | LeftCurly | '{' at column 58 should have line break after. | 102 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 38 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 86 | |
| indentation | Indentation | '"Fail to clean the expired mob files for the column "' have incorrect indentation level 16, expected level should be 18. | 89 | |
| indentation | Indentation | '"Fail to clean the expired mob files for the column "' have incorrect indentation level 16, expected level should be 18. | 93 | |
| indentation | Indentation | '"Fail to release the read lock for the table "' have incorrect indentation level 20, expected level should be 22. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 47 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 73 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 110 | |
| indentation | Indentation | 'reassigningRegions' have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 140 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 149 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 203 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 204 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 49 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 164 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 352 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| indentation | Indentation | '", hbase.cluster.distributed="' have incorrect indentation level 6, expected level should be 8. | 380 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 440 | |
| indentation | Indentation | '"hbase.master.kerberos.principal"' have incorrect indentation level 8, expected level should be 10. | 489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 | |
| sizes | MethodLength | Method length is 208 lines (max allowed is 150). | 637 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 705 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| indentation | Indentation | 'MobConstants' have incorrect indentation level 6, expected level should be 8. | 825 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 849 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 852 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 853 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 890 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 891 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 892 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 893 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 894 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 941 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 960 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 962 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1015 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 6, expected level should be 8. | 1020 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 1065 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1065 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 7. | 1066 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 1067 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1067 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 7. | 1068 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 1069 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1069 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 7. | 1070 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 1071 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1071 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 7. | 1072 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 1073 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1073 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 7. | 1074 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 1081 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1081 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 1082 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1082 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 1085 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1085 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1086 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1248 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 1252 | |
| indentation | Indentation | '" region(s) in transition: "' have incorrect indentation level 10, expected level should be 12. | 1258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1260 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 1264 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 1281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1289 | |
| indentation | Indentation | 'maximumBalanceTime' have incorrect indentation level 14, expected level should be 16. | 1309 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1332 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1334 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 1350 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 1363 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 1396 | |
| indentation | Indentation | 'getRegionState' have incorrect indentation level 6, expected level should be 8. | 1402 | |
| indentation | Indentation | '"choosing a server at random"' have incorrect indentation level 8, expected level should be 10. | 1411 | |
| indentation | Indentation | 'regionState' have incorrect indentation level 8, expected level should be 10. | 1413 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1427 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1428 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1435 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1493 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1495 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1496 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1509 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1597 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1614 | |
| indentation | Indentation | 'zooKeeper' have incorrect indentation level 6, expected level should be 8. | 1713 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 10, expected level should be 12. | 1736 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 10, expected level should be 12. | 1739 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 1741 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1746 | |
| indentation | Indentation | 't' have incorrect indentation level 12, expected level should be 14. | 1761 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1765 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1766 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1767 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1780 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1788 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1795 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1803 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1831 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1832 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1833 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1856 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1857 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1858 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1884 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1885 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1886 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1913 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1914 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1915 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1941 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1942 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1943 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1966 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1967 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1968 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1997 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 1998 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 1999 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 2024 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 2067 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 2068 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 2069 | |
| indentation | Indentation | 'fileSystemManager' have incorrect indentation level 6, expected level should be 8. | 2144 | |
| indentation | Indentation | 'assignmentManager' have incorrect indentation level 6, expected level should be 8. | 2146 | |
| indentation | Indentation | 'loadBalancerTracker' have incorrect indentation level 6, expected level should be 8. | 2149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2405 | |
| indentation | Indentation | 'masterClass' have incorrect indentation level 8, expected level should be 10. | 2412 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 2471 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 2472 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 2473 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 2492 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 2493 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 2494 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 2515 | |
| indentation | Indentation | 'nonceGroup' have incorrect indentation level 6, expected level should be 8. | 2516 | |
| indentation | Indentation | 'nonce' have incorrect indentation level 6, expected level should be 8. | 2517 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 2822 | |
| indentation | Indentation | 'tableLockManager' have incorrect indentation level 6, expected level should be 8. | 2824 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2834 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 2842 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 25 | |
| indentation | Indentation | '"Usage: Master [opts] start|stop|clear\n"' have incorrect indentation level 4, expected level should be 6. | 56 | |
| indentation | Indentation | '" start Start Master. If local mode, start Master and RegionServer in same JVM\n"' have incorrect indentation level 4, expected level should be 6. | 57 | |
| indentation | Indentation | '" stop Start cluster shutdown; Master signals RegionServer shutdown\n"' have incorrect indentation level 4, expected level should be 6. | 58 | |
| indentation | Indentation | '" clear Delete the master znode in ZooKeeper after a master crashes\n "' have incorrect indentation level 4, expected level should be 6. | 59 | |
| indentation | Indentation | '" where [opts] are:\n"' have incorrect indentation level 4, expected level should be 6. | 60 | |
| indentation | Indentation | '" --minRegionServers=<servers> Minimum RegionServers needed to host user tables.\n"' have incorrect indentation level 4, expected level should be 6. | 61 | |
| indentation | Indentation | '" --localRegionServers=<servers> "' have incorrect indentation level 4, expected level should be 6. | 62 | |
| indentation | Indentation | '" --masters=<servers> Masters to start in this process.\n"' have incorrect indentation level 4, expected level should be 6. | 64 | |
| indentation | Indentation | '" --backup Master should start in backup mode"' have incorrect indentation level 4, expected level should be 6. | 65 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 | |
| indentation | Indentation | '"RegionServers to start in master process when running standalone"' have incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 176 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 10, expected level should be 12. | 203 | |
| indentation | Indentation | 'conf' have incorrect indentation level 10, expected level should be 12. | 205 | |
| indentation | Indentation | 'zkClientPort' have incorrect indentation level 12, expected level should be 14. | 211 | |
| indentation | Indentation | '". Aborting as clients (e.g. shell) will not be able to find "' have incorrect indentation level 12, expected level should be 14. | 212 | |
| indentation | Indentation | '"this ZK quorum."' have incorrect indentation level 12, expected level should be 14. | 213 | |
| indentation | Indentation | '", regionserversCount="' have incorrect indentation level 10, expected level should be 12. | 224 | |
| indentation | Indentation | 'LocalHMaster' have incorrect indentation level 10, expected level should be 12. | 226 | |
| indentation | Indentation | 'CoordinatedStateManagerFactory' have incorrect indentation level 10, expected level should be 12. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.util.List' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 92 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| indentation | Indentation | 'Map' have incorrect indentation level 4, expected level should be 6. | 104 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 115 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 4, expected level should be 6. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.ClassUtils' import. | 25 | |
| indentation | Indentation | 'DEFAULT_COPROCESSORS_ENABLED' have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 755 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 758 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 758 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 759 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 760 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1112 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 1113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.http.HttpServletRequest' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| indentation | Indentation | '"==========================================================="' have incorrect indentation level 4, expected level should be 6. | 45 | |
| indentation | Indentation | 'am' have incorrect indentation level 6, expected level should be 8. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 57 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 422 | |
| indentation | Indentation | '10' have incorrect indentation level 10, expected level should be 12. | 446 | |
| indentation | Indentation | '10' have incorrect indentation level 10, expected level should be 12. | 464 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 474 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 480 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 541 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 568 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 609 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'allFiles' have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'TableLockManager' have incorrect indentation level 6, expected level should be 8. | 112 | |
| indentation | Indentation | 'allFiles' have incorrect indentation level 12, expected level should be 14. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.protobuf.generated.*. | 58 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 192 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 196 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 217 | |
| indentation | Indentation | 'RegionServerStartupResponse' have incorrect indentation level 6, expected level should be 8. | 221 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 229 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 230 | |
| indentation | Indentation | 'MasterService' have incorrect indentation level 6, expected level should be 8. | 313 | |
| indentation | Indentation | 'MasterService' have incorrect indentation level 6, expected level should be 8. | 314 | |
| indentation | Indentation | 'RegionServerStatusService' have incorrect indentation level 6, expected level should be 8. | 316 | |
| indentation | Indentation | 'RegionServerStatusService' have incorrect indentation level 6, expected level should be 8. | 317 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 363 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 371 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 372 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 387 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 435 | |
| indentation | Indentation | 'CreateNamespaceRequest' have incorrect indentation level 5, expected level should be 6. | 459 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 462 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 463 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 464 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 490 | |
| indentation | Indentation | 'req' have incorrect indentation level 8, expected level should be 10. | 491 | |
| indentation | Indentation | 'req' have incorrect indentation level 8, expected level should be 10. | 492 | |
| indentation | Indentation | 'req' have incorrect indentation level 8, expected level should be 10. | 493 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 510 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 511 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 512 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 522 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 524 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 558 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 559 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 560 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 561 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 573 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 574 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 575 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 599 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 600 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 601 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 662 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 663 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 664 | |
| indentation | Indentation | 'ClientProtos' have incorrect indentation level 8, expected level should be 10. | 714 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 8, expected level should be 10. | 716 | |
| indentation | Indentation | 'builder' have incorrect indentation level 8, expected level should be 10. | 718 | |
| indentation | Indentation | 'desc' have incorrect indentation level 8, expected level should be 10. | 737 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 744 | |
| indentation | Indentation | 'desc' have incorrect indentation level 8, expected level should be 10. | 772 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 779 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 848 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 875 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 877 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 916 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 981 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 983 | |
| indentation | Indentation | 'desc' have incorrect indentation level 8, expected level should be 10. | 992 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 998 | |
| indentation | Indentation | 'IsProcedureDoneResponse' have incorrect indentation level 8, expected level should be 10. | 1001 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1042 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1044 | |
| indentation | Indentation | 'ClientSnapshotDescriptionUtils' have incorrect indentation level 6, expected level should be 8. | 1050 | |
| indentation | Indentation | 'ListNamespaceDescriptorsResponse' have incorrect indentation level 8, expected level should be 10. | 1122 | |
| indentation | Indentation | 'ListTableNamesByNamespaceResponse' have incorrect indentation level 8, expected level should be 10. | 1169 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 1184 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 8, expected level should be 10. | 1185 | |
| indentation | Indentation | 'req' have incorrect indentation level 8, expected level should be 10. | 1186 | |
| indentation | Indentation | 'req' have incorrect indentation level 8, expected level should be 10. | 1187 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 1204 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 1205 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 1206 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 1218 | |
| indentation | Indentation | 'HTableDescriptor' have incorrect indentation level 8, expected level should be 10. | 1219 | |
| indentation | Indentation | 'req' have incorrect indentation level 8, expected level should be 10. | 1220 | |
| indentation | Indentation | 'req' have incorrect indentation level 8, expected level should be 10. | 1221 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1239 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1265 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 8, expected level should be 10. | 1271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1272 | |
| indentation | Indentation | 'synchronousBalanceSwitch' have incorrect indentation level 8, expected level should be 10. | 1339 | |
| indentation | Indentation | 'ClientSnapshotDescriptionUtils' have incorrect indentation level 8, expected level should be 10. | 1366 | |
| indentation | Indentation | 'request' have incorrect indentation level 8, expected level should be 10. | 1369 | |
| indentation | Indentation | 'snapshot' have incorrect indentation level 8, expected level should be 10. | 1374 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1403 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 8, expected level should be 10. | 1406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1407 | |
| indentation | Indentation | 'rt' have incorrect indentation level 8, expected level should be 10. | 1434 | |
| indentation | Indentation | 'ReportRegionStateTransitionResponse' have incorrect indentation level 8, expected level should be 10. | 1446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1503 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1508 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1527 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1549 | |
| indentation | Indentation | 'TableName' have incorrect indentation level 4, expected level should be 6. | 1552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.executor.ExecutorService' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.http.HttpServlet' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 48 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 71 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 72 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 27 | |
| misc | UpperEll | Should use uppercase 'L'. | 46 | |
| misc | UpperEll | Should use uppercase 'L'. | 47 | |
| misc | UpperEll | Should use uppercase 'L'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 25 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSource. | 26 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSourceFactory. | 27 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterWrapper. | 28 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 10, expected level should be 12. | 61 | |
| indentation | Indentation | 'htd' have incorrect indentation level 14, expected level should be 16. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 120 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| sizes | MethodLength | Method length is 260 lines (max allowed is 150). | 193 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 | |
| indentation | Indentation | 'assignmentSnapshot' have incorrect indentation level 8, expected level should be 10. | 199 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 200 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 | |
| indentation | Indentation | 'assignmentSnapshot' have incorrect indentation level 8, expected level should be 10. | 204 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 208 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 209 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 212 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 216 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 218 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 224 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 225 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 227 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 230 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 230 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 231 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 232 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 232 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 235 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 236 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 237 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 238 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 238 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 239 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 240 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 241 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 242 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 242 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 243 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 245 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 246 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 250 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 251 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 252 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 258 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 258 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 260 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 261 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 261 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 263 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 263 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 264 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 264 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 265 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 267 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 268 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 269 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 269 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 270 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 270 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 271 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 272 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 273 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 274 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 275 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 276 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 277 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 277 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 278 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 278 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 280 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 280 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 288 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 294 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 298 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 299 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 300 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 301 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 303 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 307 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 308 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 309 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 309 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 310 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 313 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 314 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 315 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 316 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 318 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 323 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 324 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 325 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 326 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 327 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 328 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 329 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 333 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 335 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 340 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 341 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 341 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 342 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 342 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 343 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 344 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 345 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 346 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 347 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 349 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 351 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 352 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 353 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 355 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 357 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 358 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 359 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 360 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 361 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 362 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 363 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 364 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 365 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 365 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 366 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 371 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 372 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 372 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 373 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 373 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 374 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 375 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 377 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 378 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 379 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 380 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 381 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 382 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 383 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 385 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 386 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 387 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 10. | 388 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 389 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 390 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 392 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 393 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 394 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 395 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 397 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 398 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 398 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 399 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 400 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 400 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 401 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 404 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 405 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 408 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 409 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 412 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 413 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 414 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 417 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 419 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 420 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 420 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 421 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 422 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 423 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 424 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 424 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 426 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 427 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 427 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 429 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 430 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 430 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 431 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 432 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 432 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 433 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 433 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 434 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 437 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 437 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 439 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 440 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 443 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 444 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 447 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 448 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 449 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 452 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 455 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 460 | |
| indentation | Indentation | 'assignmentSnapshot' have incorrect indentation level 6, expected level should be 8. | 472 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 474 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 614 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 618 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 624 | |
| indentation | Indentation | 'plan' have incorrect indentation level 8, expected level should be 10. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 659 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 664 | |
| indentation | Indentation | 'currentAssignment' have incorrect indentation level 6, expected level should be 8. | 667 | |
| indentation | Indentation | 'new' have incorrect indentation level 14, expected level should be 16. | 685 | |
| indentation | Indentation | '(' have incorrect indentation level 12, expected level should be 14. | 691 | |
| indentation | Indentation | 'failedUpdateMap' have incorrect indentation level 8, expected level should be 10. | 718 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 948 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 948 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 985 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 64 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 68 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 69 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 138 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 149 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 164 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 47 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| indentation | Indentation | 'newState' have incorrect indentation level 12, expected level should be 14. | 173 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 10, expected level should be 12. | 195 | |
| indentation | Indentation | '&&' have incorrect indentation level 10, expected level should be 12. | 200 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 8, expected level should be 10. | 206 | |
| indentation | Indentation | 'EnvironmentEdgeManager' have incorrect indentation level 6, expected level should be 8. | 250 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableState' import. | 47 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 66 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 73 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 86 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 92 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 99 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 112 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 124 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 132 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| indentation | Indentation | 'Collection' have incorrect indentation level 4, expected level should be 6. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 249 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 342 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 349 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 350 | |
| indentation | Indentation | '||' have incorrect indentation level 6, expected level should be 8. | 546 | |
| indentation | Indentation | 'expectedState' have incorrect indentation level 6, expected level should be 8. | 554 | |
| indentation | Indentation | '" to be reassigned by ServerCrashProcedure for "' have incorrect indentation level 14, expected level should be 16. | 623 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 681 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 | |
| indentation | Indentation | 'getRegionByStateOfTable' have incorrect indentation level 2, expected level should be 6. | 697 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 704 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 720 | |
| indentation | Indentation | '"transition because stoppable.isStopped is set"' have incorrect indentation level 8, expected level should be 10. | 730 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 758 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 773 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 799 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 913 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 963 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 968 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 976 | |
| indentation | Indentation | 'onlineSvrs' have incorrect indentation level 6, expected level should be 8. | 995 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1033 | |
| indentation | Indentation | 'MetaTableAccessor' have incorrect indentation level 8, expected level should be 10. | 1046 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1054 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1062 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1074 | |
| indentation | Indentation | 'hri' have incorrect indentation level 6, expected level should be 8. | 1079 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 1100 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1111 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1112 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionStoreSequenceIds' import. | 64 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 77 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 126 | |
| indentation | Indentation | 'storeFlushedSequenceIdsByRegion' have incorrect indentation level 4, expected level should be 6. | 132 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 133 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 137 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 144 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 29 has parse error. Missed HTML close tag 'ServerName'. Sometimes it means that close tag missed for one of previous tags. | 147 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 151 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| indentation | Indentation | '"hbase.master.maximum.ping.server.attempts"' have incorrect indentation level 6, expected level should be 8. | 223 | |
| indentation | Indentation | '"hbase.master.ping.server.retry.sleep.interval"' have incorrect indentation level 6, expected level should be 8. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| indentation | Indentation | 'request' have incorrect indentation level 6, expected level should be 8. | 265 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| indentation | Indentation | '", completeSequenceId="' have incorrect indentation level 10, expected level should be 12. | 301 | |
| indentation | Indentation | '", existingValue="' have incorrect indentation level 12, expected level should be 14. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| indentation | Indentation | '"rejected; Reported time is too far out of sync with master. "' have incorrect indentation level 8, expected level should be 10. | 397 | |
| indentation | Indentation | '"Time difference of "' have incorrect indentation level 8, expected level should be 10. | 398 | |
| indentation | Indentation | '"by "' have incorrect indentation level 8, expected level should be 10. | 403 | |
| indentation | Indentation | '"error threshold is "' have incorrect indentation level 8, expected level should be 10. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 497 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 575 | |
| indentation | Indentation | '" expired; onlineServers="' have incorrect indentation level 8, expected level should be 10. | 612 | |
| indentation | Indentation | '" to dead servers, submitted shutdown handler to be executed meta="' have incorrect indentation level 6, expected level should be 8. | 623 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 740 | |
| indentation | Indentation | 'region' have incorrect indentation level 6, expected level should be 8. | 751 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 752 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 780 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 797 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 828 | |
| indentation | Indentation | 'server' have incorrect indentation level 8, expected level should be 10. | 834 | |
| indentation | Indentation | '"exception: "' have incorrect indentation level 8, expected level should be 10. | 835 | |
| indentation | Indentation | 'ServerName' have incorrect indentation level 4, expected level should be 6. | 844 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 10, expected level should be 12. | 855 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 858 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 860 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 879 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 883 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 885 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 902 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 915 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 927 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 959 | |
| indentation | Indentation | 'getLong' have incorrect indentation level 6, expected level should be 8. | 964 | |
| indentation | Indentation | 'getLong' have incorrect indentation level 6, expected level should be 8. | 966 | |
| indentation | Indentation | 'getInt' have incorrect indentation level 6, expected level should be 8. | 976 | |
| indentation | Indentation | '"The value of '%s' (%d) can not be less than 1, ignoring."' have incorrect indentation level 8, expected level should be 10. | 979 | |
| indentation | Indentation | 'WAIT_ON_REGIONSERVERS_MINTOSTART' have incorrect indentation level 8, expected level should be 10. | 980 | |
| indentation | Indentation | 'getInt' have incorrect indentation level 6, expected level should be 8. | 984 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 986 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 990 | |
| indentation | Indentation | '"Waiting for region servers count to settle; currently"' have incorrect indentation level 10, expected level should be 12. | 1006 | |
| indentation | Indentation | '" checked in "' have incorrect indentation level 6, expected level should be 8. | 1028 | |
| indentation | Indentation | '" expecting minimum of "' have incorrect indentation level 6, expected level should be 8. | 1029 | |
| indentation | Indentation | '" master is "' have incorrect indentation level 6, expected level should be 8. | 1030 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | '"snappshot"' have incorrect indentation level 6, expected level should be 8. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| indentation | Indentation | '"snapshot"' have incorrect indentation level 6, expected level should be 8. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 41 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALFactory. | 67 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| indentation | Indentation | 'logDirs' have incorrect indentation level 6, expected level should be 8. | 253 | |
| indentation | Indentation | '" for "' have incorrect indentation level 6, expected level should be 8. | 258 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 32 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 605 | |
| design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 626 | |
| design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 627 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 628 | |
| design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 629 | |
| design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 642 | |
| design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 643 | |
| design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 644 | |
| design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 645 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 646 | |
| design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 647 | |
| design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 648 | |
| design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 649 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | '"hbase.table.lock.enable"' have incorrect indentation level 4, expected level should be 6. | 54 | |
| indentation | Indentation | '"hbase.table.write.lock.timeout.ms"' have incorrect indentation level 4, expected level should be 6. | 61 | |
| indentation | Indentation | '"hbase.table.read.lock.timeout.ms"' have incorrect indentation level 4, expected level should be 6. | 65 | |
| indentation | Indentation | '600' have incorrect indentation level 4, expected level should be 6. | 68 | |
| indentation | Indentation | '600' have incorrect indentation level 4, expected level should be 6. | 71 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 166 | |
| indentation | Indentation | '" lock on: "' have incorrect indentation level 12, expected level should be 14. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 323 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 324 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 325 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 326 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 327 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 328 | |
| indentation | Indentation | 'METADATA_HANDLER' have incorrect indentation level 10, expected level should be 12. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 351 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 355 | |
| indentation | Indentation | 'ServerName' have incorrect indentation level 6, expected level should be 8. | 358 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 40 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 56 | |
| indentation | Indentation | '"hbase.table.write.lock.timeout.ms"' have incorrect indentation level 4, expected level should be 6. | 83 | |
| indentation | Indentation | '"hbase.table.read.lock.timeout.ms"' have incorrect indentation level 4, expected level should be 6. | 86 | |
| indentation | Indentation | 'TableName' have incorrect indentation level 6, expected level should be 8. | 107 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 256 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| indentation | Indentation | 'new' have incorrect indentation level 14, expected level should be 16. | 298 | |
| indentation | Indentation | 'NamespaceDescriptor' have incorrect indentation level 14, expected level should be 16. | 305 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 14, expected level should be 16. | 306 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 14, expected level should be 16. | 307 | |
| indentation | Indentation | 'new' have incorrect indentation level 14, expected level should be 16. | 313 | |
| indentation | Indentation | 'NamespaceDescriptor' have incorrect indentation level 14, expected level should be 16. | 320 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 14, expected level should be 16. | 321 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 14, expected level should be 16. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.IOException' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.NotImplementedException' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 112 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 129 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 131 | |
| sizes | MethodLength | Method length is 249 lines (max allowed is 150). | 173 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 270 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 344 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 345 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 346 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 478 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 479 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 479 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 481 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 483 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 487 | |
| design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 488 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 507 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 508 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 509 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 519 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 528 | |
| design | VisibilityModifier | Variable 'fromRegion' must be private and have accessor methods. | 529 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 530 | |
| design | VisibilityModifier | Variable 'toRegion' must be private and have accessor methods. | 531 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 541 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 555 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 556 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 557 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 557 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 558 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 559 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 560 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 561 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 562 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 562 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 563 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 563 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 564 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 565 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 565 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 566 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 567 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 568 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 568 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 569 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 569 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 570 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 570 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 571 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 571 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 572 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 572 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 573 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 574 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 588 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 609 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 666 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 667 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 668 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 688 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 703 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 6. | 918 | |
| indentation | Indentation | 'for' child have incorrect indentation level 13, expected level should be 8. | 919 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 6. | 920 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 921 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 6. | 926 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 8. | 927 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 6. | 928 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 929 | |
| indentation | Indentation | '"hbase.balancer.tablesOnMaster"' have incorrect indentation level 4, expected level should be 6. | 959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 996 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 997 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1033 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1056 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1058 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 1080 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1123 | |
| indentation | Indentation | '"servers="' have incorrect indentation level 10, expected level should be 12. | 1134 | |
| indentation | Indentation | '" regions="' have incorrect indentation level 10, expected level should be 12. | 1135 | |
| indentation | Indentation | '" mostloaded="' have incorrect indentation level 10, expected level should be 12. | 1136 | |
| indentation | Indentation | '" leastloaded="' have incorrect indentation level 10, expected level should be 12. | 1137 | |
| indentation | Indentation | 'servers' have incorrect indentation level 6, expected level should be 8. | 1214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1287 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 1358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1421 | |
| indentation | Indentation | 'Collection' have incorrect indentation level 4, expected level should be 6. | 1540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 451 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 6. | 451 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 452 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 452 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 455 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 6. | 455 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 457 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 457 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 460 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 6. | 460 | |
| indentation | Indentation | 'getOneRandomServer' have incorrect indentation level 7, expected level should be 9. | 461 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 6. | 463 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 464 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 464 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 467 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 469 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 6. | 469 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 470 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 471 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 564 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'segregateRegionsAndAssignRegionsWithFavoredNodes' have incorrect indentation level 2, expected level should be 6. | 230 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| indentation | Indentation | 'comparedMap' have incorrect indentation level 6, expected level should be 8. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MinMaxPriorityQueue' import. | 40 | |
| sizes | MethodLength | Method length is 240 lines (max allowed is 150). | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| indentation | Indentation | 'MinMaxPriorityQueue' have incorrect indentation level 6, expected level should be 8. | 224 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 281 | |
| indentation | Indentation | 'Arrays' have incorrect indentation level 6, expected level should be 8. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| indentation | Indentation | 'serversByLoad' have incorrect indentation level 8, expected level should be 10. | 340 | |
| indentation | Indentation | 'serverBalanceInfo' have incorrect indentation level 10, expected level should be 12. | 342 | |
| indentation | Indentation | 'balanceInfo' have incorrect indentation level 10, expected level should be 12. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 | |
| indentation | Indentation | 'server' have incorrect indentation level 10, expected level should be 12. | 376 | |
| indentation | Indentation | 'serversByLoad' have incorrect indentation level 8, expected level should be 10. | 384 | |
| indentation | Indentation | 'server' have incorrect indentation level 10, expected level should be 12. | 394 | |
| indentation | Indentation | '", numServers="' have incorrect indentation level 8, expected level should be 10. | 406 | |
| indentation | Indentation | '", serversUnderloaded="' have incorrect indentation level 8, expected level should be 10. | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 179 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 180 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 181 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 182 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 189 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 191 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 192 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 193 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 194 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 260 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| indentation | Indentation | '"Overall"' have incorrect indentation level 8, expected level should be 10. | 394 | |
| indentation | Indentation | '"The percent of "' have incorrect indentation level 10, expected level should be 12. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 760 | |
| indentation | Indentation | 'cluster' have incorrect indentation level 8, expected level should be 10. | 816 | |
| indentation | Indentation | 'cluster' have incorrect indentation level 8, expected level should be 10. | 817 | |
| indentation | Indentation | 'cluster' have incorrect indentation level 8, expected level should be 10. | 818 | |
| indentation | Indentation | 'cluster' have incorrect indentation level 8, expected level should be 10. | 845 | |
| indentation | Indentation | 'cluster' have incorrect indentation level 8, expected level should be 10. | 846 | |
| indentation | Indentation | 'cluster' have incorrect indentation level 8, expected level should be 10. | 847 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 899 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 900 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 901 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 901 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 902 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 902 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 903 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 904 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 905 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 905 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 906 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 906 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 907 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 908 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 909 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 909 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 910 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 910 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 911 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 911 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 912 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 913 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 914 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 985 | |
| indentation | Indentation | 'DEFAULT_PRIMARY_REGION_COUNT_SKEW_COST' have incorrect indentation level 8, expected level should be 10. | 1079 | |
| indentation | Indentation | 'DEFAULT_REGION_REPLICA_HOST_COST_KEY' have incorrect indentation level 8, expected level should be 10. | 1327 | |
| indentation | Indentation | 'DEFAULT_REGION_REPLICA_RACK_COST_KEY' have incorrect indentation level 8, expected level should be 10. | 1434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 23 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 21 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| indentation | Indentation | 'FileCleanerDelegate' have incorrect indentation level 8, expected level should be 10. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 21 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'hTableDescriptor' have incorrect indentation level 12, expected level should be 14. | 171 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 33 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 6, expected level should be 8. | 155 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| indentation | Indentation | 'region_a' have incorrect indentation level 12, expected level should be 14. | 153 | |
| indentation | Indentation | 'roe' have incorrect indentation level 14, expected level should be 16. | 158 | |
| indentation | Indentation | 'region_a' have incorrect indentation level 12, expected level should be 14. | 164 | |
| indentation | Indentation | 'ie' have incorrect indentation level 12, expected level should be 14. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 6, expected level should be 8. | 167 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 232 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 10. | 234 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 234 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 10. | 237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'secondRegion' have incorrect indentation level 8, expected level should be 10. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getRegionsOfTable' have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | '", number of regions: "' have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 156 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 162 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 163 | |
| indentation | Indentation | 'getRegionServerOfRegion' have incorrect indentation level 6, expected level should be 8. | 175 | |
| indentation | Indentation | 'getRegionsLoad' have incorrect indentation level 6, expected level should be 8. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| indentation | Indentation | 'getRegionInfoList' have incorrect indentation level 8, expected level should be 10. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 387 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 389 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 390 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 391 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 391 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 392 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 76 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'nsDescriptor' have incorrect indentation level 8, expected level should be 10. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| indentation | Indentation | 'FSUtils' have incorrect indentation level 6, expected level should be 8. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 55 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 238 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 254 | |
| indentation | Indentation | 'final' have incorrect indentation level 6, expected level should be 8. | 328 | |
| indentation | Indentation | 'final' have incorrect indentation level 6, expected level should be 8. | 329 | |
| indentation | Indentation | 'regionInfos' have incorrect indentation level 6, expected level should be 8. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 124 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 127 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| indentation | Indentation | 'getRegionInfoList' have incorrect indentation level 6, expected level should be 8. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 412 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 414 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 416 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 417 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 418 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 419 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 432 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 433 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 226 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 | |
| indentation | Indentation | '" from "' have incorrect indentation level 10, expected level should be 12. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 134 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 137 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 140 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 145 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 147 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 148 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 151 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 152 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 153 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 159 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 162 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| indentation | Indentation | 'env' have incorrect indentation level 8, expected level should be 10. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 6, expected level should be 8. | 334 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 6, expected level should be 8. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 6, expected level should be 8. | 425 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 6, expected level should be 8. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 469 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 470 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 471 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 472 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 473 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 474 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 475 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 132 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 135 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 138 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 147 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 149 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 152 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 153 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 154 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 156 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 177 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 178 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 179 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 179 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 180 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 181 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 182 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 183 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 185 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 186 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 187 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 189 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 193 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 194 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 195 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 6, expected level should be 8. | 356 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 6, expected level should be 8. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| indentation | Indentation | 'tableName' have incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 6, expected level should be 8. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 571 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 572 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 572 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 573 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 574 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 575 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 575 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 576 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 577 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 578 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableExistsException' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.TableLockManager' import. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 368 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 369 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 369 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 370 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 371 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 372 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 372 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 373 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 374 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 114 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 75 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 114 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 116 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 117 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 171 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 172 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 174 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 176 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| indentation | Indentation | 'env' have incorrect indentation level 10, expected level should be 12. | 369 | |
| indentation | Indentation | 'getTableName' have incorrect indentation level 10, expected level should be 12. | 370 | |
| indentation | Indentation | 'getRegionInfoList' have incorrect indentation level 10, expected level should be 12. | 371 | |
| indentation | Indentation | 'familyName' have incorrect indentation level 10, expected level should be 12. | 372 | |
| indentation | Indentation | 'oldHTableDescriptor' have incorrect indentation level 10, expected level should be 12. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 384 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 385 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 386 | |
| indentation | Indentation | 'tableRows' have incorrect indentation level 10, expected level should be 12. | 402 | |
| indentation | Indentation | 'newReplicaCount' have incorrect indentation level 10, expected level should be 12. | 403 | |
| indentation | Indentation | 'oldReplicaCount' have incorrect indentation level 10, expected level should be 12. | 404 | |
| indentation | Indentation | 'connection' have incorrect indentation level 10, expected level should be 12. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 473 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 474 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 475 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 476 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 477 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 478 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 479 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 480 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 494 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 496 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 498 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 499 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 500 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcCallContext' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.RegionState.State' import. | 40 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 142 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 145 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 146 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 147 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 154 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 156 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 157 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 159 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 160 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 161 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 171 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 174 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 176 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 177 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 178 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 188 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 189 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 4. | 73 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 202 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 204 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 205 | |
| indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 10. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 206 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 210 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 211 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 211 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 212 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 213 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 217 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 218 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 219 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 220 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 220 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 221 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 222 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 224 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 226 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 228 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 229 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 229 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 230 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 231 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 231 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 232 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 234 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 235 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 235 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 236 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 236 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 237 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 239 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 242 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 243 | |
| indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 10. | 243 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 244 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 246 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 254 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 254 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 255 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 256 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 258 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 259 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 260 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 266 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 266 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 267 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 268 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 268 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 269 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 272 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 280 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 281 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 282 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 282 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 283 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 284 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 285 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 285 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 286 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 288 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 289 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 290 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 291 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 384 | |
| indentation | Indentation | 'size' have incorrect indentation level 8, expected level should be 10. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 419 | |
| indentation | Indentation | '" region(s) that "' have incorrect indentation level 8, expected level should be 10. | 434 | |
| indentation | Indentation | '" was carrying (and "' have incorrect indentation level 8, expected level should be 10. | 435 | |
| indentation | Indentation | '" regions(s) that were opening on this server)"' have incorrect indentation level 8, expected level should be 10. | 436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 456 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 556 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 581 | |
| indentation | Indentation | 'setServerName' have incorrect indentation level 6, expected level should be 8. | 582 | |
| indentation | Indentation | 'setDistributedLogReplay' have incorrect indentation level 6, expected level should be 8. | 583 | |
| indentation | Indentation | 'setCarryingMeta' have incorrect indentation level 6, expected level should be 8. | 584 | |
| indentation | Indentation | 'setShouldSplitWal' have incorrect indentation level 6, expected level should be 8. | 585 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 630 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| indentation | Indentation | 'TableState' have incorrect indentation level 6, expected level should be 8. | 644 | |
| indentation | Indentation | 'hri' have incorrect indentation level 8, expected level should be 10. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 | |
| indentation | Indentation | 'services' have incorrect indentation level 6, expected level should be 8. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 | |
| indentation | Indentation | 'env' have incorrect indentation level 8, expected level should be 10. | 736 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.StateMachineProcedure' import. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 209 | |
| indentation | Indentation | 'MasterProcedureProtos' have incorrect indentation level 6, expected level should be 8. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 98 | |
| indentation | Indentation | '" failed because "' have incorrect indentation level 8, expected level should be 10. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| indentation | Indentation | 'hTableDescriptor' have incorrect indentation level 10, expected level should be 12. | 165 | |
| indentation | Indentation | '" on table="' have incorrect indentation level 8, expected level should be 10. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 131 | |
| indentation | Indentation | 'cacheRefreshPeriod' have incorrect indentation level 6, expected level should be 8. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| indentation | Indentation | 'DEFAULT_HFILE_CACHE_REFRESH_PERIOD' have incorrect indentation level 8, expected level should be 10. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 605 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 608 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 671 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 675 | |
| indentation | Indentation | '" on table="' have incorrect indentation level 8, expected level should be 10. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 684 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 685 | |
| indentation | Indentation | 'manifest' have incorrect indentation level 8, expected level should be 10. | 768 | |
| indentation | Indentation | 'manifest' have incorrect indentation level 8, expected level should be 10. | 776 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 803 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 927 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 999 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1003 | |
| indentation | Indentation | 'hfileCleaners' have incorrect indentation level 8, expected level should be 10. | 1024 | |
| indentation | Indentation | 'logCleaners' have incorrect indentation level 8, expected level should be 10. | 1026 | |
| indentation | Indentation | '"but the '"' have incorrect indentation level 10, expected level should be 12. | 1036 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 1037 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 63 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| misc | UpperEll | Should use uppercase 'L'. | 102 | |
| misc | UpperEll | Should use uppercase 'L'. | 113 | |
| misc | UpperEll | Should use uppercase 'L'. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'true' have incorrect indentation level 6, expected level should be 8. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '"hbase.mob.compaction.mergeable.threshold"' have incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | '"hbase.mob.compaction.batch.size"' have incorrect indentation level 4, expected level should be 6. | 101 | |
| indentation | Indentation | '"hbase.mob.compaction.chore.period"' have incorrect indentation level 4, expected level should be 6. | 108 | |
| indentation | Indentation | '24' have incorrect indentation level 4, expected level should be 6. | 110 | |
| indentation | Indentation | '"hbase.mob.compaction.threads.max"' have incorrect indentation level 4, expected level should be 6. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'cacheMobBlocks' have incorrect indentation level 8, expected level should be 10. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 39 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 486 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 4, expected level should be 6. | 489 | |
| indentation | Indentation | 'Encryption' have incorrect indentation level 4, expected level should be 6. | 490 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 493 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 494 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 496 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 497 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 498 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 4, expected level should be 6. | 574 | |
| indentation | Indentation | 'Compression' have incorrect indentation level 4, expected level should be 6. | 575 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 578 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 579 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 580 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 581 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 582 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 583 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 584 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 587 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 588 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 4, expected level should be 6. | 707 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 708 | |
| indentation | Indentation | 'PartitionedMobCompactor' have incorrect indentation level 6, expected level should be 8. | 710 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 10. | 715 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 10. | 716 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 736 | |
| indentation | Indentation | '"Failed to release the write lock for the table "' have incorrect indentation level 12, expected level should be 14. | 743 | |
| indentation | Indentation | 'MobConstants' have incorrect indentation level 6, expected level should be 8. | 756 | |
| indentation | Indentation | 'Threads' have incorrect indentation level 6, expected level should be 8. | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 4, expected level should be 6. | 785 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 883 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 4, expected level should be 6. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 26 | |
| indentation | Indentation | 'Collection' have incorrect indentation level 4, expected level should be 6. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 4, expected level should be 6. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 141 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'fileName' have incorrect indentation level 10, expected level should be 12. | 170 | |
| indentation | Indentation | 'filesToCompact' have incorrect indentation level 6, expected level should be 8. | 183 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 189 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 251 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| indentation | Indentation | 'CompactionPartition' have incorrect indentation level 4, expected level should be 6. | 308 | |
| indentation | Indentation | 'BloomType' have incorrect indentation level 10, expected level should be 12. | 332 | |
| indentation | Indentation | 'bulkloadPathOfPartition' have incorrect indentation level 8, expected level should be 10. | 338 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| indentation | Indentation | 'CompactionPartition' have incorrect indentation level 4, expected level should be 6. | 376 | |
| indentation | Indentation | 'Path' have incorrect indentation level 4, expected level should be 6. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 457 | |
| indentation | Indentation | 'BloomType' have incorrect indentation level 10, expected level should be 12. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 497 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| indentation | Indentation | 'false' have incorrect indentation level 6, expected level should be 8. | 550 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 627 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| indentation | Indentation | 'HColumnDescriptor' have incorrect indentation level 4, expected level should be 6. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 134 | |
| indentation | Indentation | 'partitionId' have incorrect indentation level 6, expected level should be 8. | 135 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 77 has parse error. Details: no viable alternative at input '<filename:Text,' while parsing HTML_ELEMENT | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 421 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 422 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 423 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 41 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 79 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 29 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.http.HttpServlet' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.collections.buffer.CircularFifoBuffer' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 6 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| indentation | Indentation | 'ManagementFactory' have incorrect indentation level 4, expected level should be 6. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 376 | |
| misc | UpperEll | Should use uppercase 'L'. | 444 | |
| misc | UpperEll | Should use uppercase 'L'. | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 504 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 443 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 727 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 826 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 836 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 915 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 937 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 980 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1042 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1076 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1088 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1091 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MapMaker' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MapMaker' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 177 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 180 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 181 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 182 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 52 | |
| indentation | Indentation | '"Failed to get data from finished node or data is illegally formatted: "' have incorrect indentation level 16, expected level should be 18. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 14, expected level should be 16. | 201 | |
| indentation | Indentation | '"Failed to get data from finished node or data is illegally formatted:"' have incorrect indentation level 20, expected level should be 22. | 215 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 219 | |
| indentation | Indentation | '+' have incorrect indentation level 20, expected level should be 22. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 34 | |
| indentation | Indentation | 'zkController' have incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'e' have incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | '" is illegally formatted (no pb magic). "' have incorrect indentation level 10, expected level should be 12. | 205 | |
| indentation | Indentation | '"Killing the procedure: "' have incorrect indentation level 10, expected level should be 12. | 206 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 215 | |
| indentation | Indentation | 'e' have incorrect indentation level 8, expected level should be 10. | 223 | |
| indentation | Indentation | 'e' have incorrect indentation level 8, expected level should be 10. | 226 | |
| indentation | Indentation | 'zkController' have incorrect indentation level 8, expected level should be 10. | 244 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| indentation | Indentation | 'abortZnode' have incorrect indentation level 6, expected level should be 8. | 277 | |
| indentation | Indentation | 'reachedBarrierNode' have incorrect indentation level 6, expected level should be 8. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 89 | |
| indentation | Indentation | 'ProcedureMemberRpcs' have incorrect indentation level 6, expected level should be 7. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| indentation | Indentation | 'RegionServerFlushTableProcedureManager' have incorrect indentation level 8, expected level should be 10. | 211 | |
| indentation | Indentation | 'RegionServerFlushTableProcedureManager' have incorrect indentation level 8, expected level should be 10. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| blocks | EmptyBlock | Must have at least one statement. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 | |
| indentation | Indentation | 'opThreads' have incorrect indentation level 6, expected level should be 8. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 42 | |
| indentation | Indentation | '"Operation timed out after "' have incorrect indentation level 8, expected level should be 10. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 651 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 652 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 653 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 654 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 655 | |
| indentation | Indentation | 'exception' have incorrect indentation level 6, expected level should be 8. | 656 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 658 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 659 | |
| indentation | Indentation | 'proc' have incorrect indentation level 6, expected level should be 8. | 660 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 680 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 681 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 682 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 683 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 684 | |
| indentation | Indentation | 'RemoteProcedureException' have incorrect indentation level 8, expected level should be 10. | 708 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 39 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 58 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 223 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 231 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 238 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 252 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 790 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 814 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 875 | |
| indentation | Indentation | 'new' have incorrect indentation level 18, expected level should be 20. | 1084 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentSkipListMap' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.ipc.RemoteException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.Procedure' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| indentation | Indentation | 'getMinProcId' have incorrect indentation level 8, expected level should be 10. | 65 | |
| indentation | Indentation | 'ProcedureProtos' have incorrect indentation level 8, expected level should be 10. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureLoader' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 39 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 189 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureIterator' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 261 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 263 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 264 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 265 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 655 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.LinkedTransferQueue' import. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 58 | |
| indentation | Indentation | '"hbase.procedure.store.wal.max.retries.before.roll"' have incorrect indentation level 4, expected level should be 6. | 73 | |
| indentation | Indentation | '"hbase.procedure.store.wal.wait.before.roll"' have incorrect indentation level 4, expected level should be 6. | 77 | |
| indentation | Indentation | '"hbase.procedure.store.wal.max.roll.retries"' have incorrect indentation level 4, expected level should be 6. | 81 | |
| indentation | Indentation | '"hbase.procedure.store.wal.sync.failure.roll.max"' have incorrect indentation level 4, expected level should be 6. | 85 | |
| indentation | Indentation | '"hbase.procedure.store.wal.periodic.roll.msec"' have incorrect indentation level 4, expected level should be 6. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 660 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 706 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 707 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 708 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 709 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 710 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 858 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMagic should be declared as final. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 41 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 156 | |
| indentation | Indentation | 'value' have incorrect indentation level 2, expected level should be 4. | 173 | |
| indentation | Indentation | 'PRIMITIVES' have incorrect indentation level 4, expected level should be 6. | 184 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 196 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 198 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 259 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| indentation | Indentation | 'HBaseProtos' have incorrect indentation level 6, expected level should be 8. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 401 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 402 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 403 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 404 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 405 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 406 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 407 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 408 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 409 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 410 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 412 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 422 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 423 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 424 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 425 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 426 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 427 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 428 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 429 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 430 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 431 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 432 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 764 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 846 | |
| indentation | Indentation | 'ClientProtos' have incorrect indentation level 6, expected level should be 8. | 851 | |
| indentation | Indentation | 'HBaseProtos' have incorrect indentation level 8, expected level should be 10. | 879 | |
| indentation | Indentation | 'family' have incorrect indentation level 10, expected level should be 15. | 907 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 942 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1029 | |
| indentation | Indentation | 'ClientProtos' have incorrect indentation level 6, expected level should be 8. | 1034 | |
| indentation | Indentation | 'HBaseProtos' have incorrect indentation level 8, expected level should be 10. | 1050 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1098 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1102 | |
| indentation | Indentation | 'HBaseProtos' have incorrect indentation level 8, expected level should be 10. | 1112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1162 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1391 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 1430 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 1454 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1485 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1490 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1491 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1492 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1493 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1494 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1495 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1496 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1497 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1508 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1513 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1514 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1516 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1517 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1518 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1519 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1520 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1521 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1535 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 1540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1565 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1571 | |
| indentation | Indentation | 'client' have incorrect indentation level 8, expected level should be 10. | 1574 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1612 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1650 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1652 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 8, expected level should be 10. | 1658 | |
| indentation | Indentation | 'admin' have incorrect indentation level 8, expected level should be 10. | 1660 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1673 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1678 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1693 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1699 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1732 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1733 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1734 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1739 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1754 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1775 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1786 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1788 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1805 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1809 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1815 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1827 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1828 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1829 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1830 | |
| indentation | Indentation | 'RequestConverter' have incorrect indentation level 6, expected level should be 8. | 1835 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1846 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1847 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1848 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1851 | |
| indentation | Indentation | 'proto' have incorrect indentation level 8, expected level should be 10. | 1903 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1945 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1946 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1990 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 2005 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2038 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2061 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2131 | |
| indentation | Indentation | 'buildGrantRequest' have incorrect indentation level 6, expected level should be 8. | 2141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2158 | |
| indentation | Indentation | 'buildGrantRequest' have incorrect indentation level 6, expected level should be 8. | 2169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2182 | |
| indentation | Indentation | 'buildGrantRequest' have incorrect indentation level 6, expected level should be 8. | 2193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2206 | |
| indentation | Indentation | 'buildRevokeRequest' have incorrect indentation level 6, expected level should be 8. | 2216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2233 | |
| indentation | Indentation | 'buildRevokeRequest' have incorrect indentation level 6, expected level should be 8. | 2244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2258 | |
| indentation | Indentation | 'buildRevokeRequest' have incorrect indentation level 6, expected level should be 8. | 2269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2280 | |
| indentation | Indentation | 'AccessControlProtos' have incorrect indentation level 6, expected level should be 8. | 2285 | |
| indentation | Indentation | 'protocol' have incorrect indentation level 6, expected level should be 8. | 2289 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2304 | |
| indentation | Indentation | 'AccessControlProtos' have incorrect indentation level 6, expected level should be 8. | 2310 | |
| indentation | Indentation | 'protocol' have incorrect indentation level 6, expected level should be 8. | 2317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2332 | |
| indentation | Indentation | 'AccessControlProtos' have incorrect indentation level 6, expected level should be 8. | 2338 | |
| indentation | Indentation | 'protocol' have incorrect indentation level 6, expected level should be 8. | 2345 | |
| indentation | Indentation | 'NamespaceDescriptor' have incorrect indentation level 6, expected level should be 8. | 2521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2536 | |
| indentation | Indentation | 'T' have incorrect indentation level 2, expected level should be 6. | 2540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2636 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2640 | |
| indentation | Indentation | 'getStringForByteString' have incorrect indentation level 8, expected level should be 10. | 2663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2716 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2727 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2732 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2763 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2772 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2775 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2790 | |
| indentation | Indentation | 'AccessControlProtos' have incorrect indentation level 8, expected level should be 10. | 2817 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2843 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2847 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2862 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2866 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2881 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2885 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2899 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2903 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2917 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2921 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2931 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2935 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2945 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2958 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2962 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3020 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3043 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3058 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3073 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3087 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3103 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 3177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3177 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 3178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3178 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 3179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 3180 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 3181 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 3182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 3183 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 3184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 44 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 48 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | 'buildReplicateWALEntryRequest' have incorrect indentation level 6, expected level should be 8. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 89 | |
| indentation | Indentation | 'AdminProtos' have incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'ByteStringer' have incorrect indentation level 8, expected level should be 10. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScannable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 37 has parse error. Details: no viable alternative at input '<length of tag' while parsing HTML_ELEMENT | 59 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 114 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'row' have incorrect indentation level 6, expected level should be 8. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 232 | |
| indentation | Indentation | 'row' have incorrect indentation level 6, expected level should be 8. | 235 | |
| indentation | Indentation | 'MutationProto' have incorrect indentation level 6, expected level should be 8. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 318 | |
| indentation | Indentation | 'MutationProto' have incorrect indentation level 6, expected level should be 8. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 360 | |
| indentation | Indentation | 'MutationProto' have incorrect indentation level 6, expected level should be 8. | 363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| indentation | Indentation | 'getRegionActionBuilderWithRegion' have incorrect indentation level 6, expected level should be 8. | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 449 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 496 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| indentation | Indentation | 'setMutation' have incorrect indentation level 10, expected level should be 12. | 560 | |
| indentation | Indentation | 'setMutation' have incorrect indentation level 10, expected level should be 12. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| indentation | Indentation | 'RegionAction' have incorrect indentation level 6, expected level should be 8. | 609 | |
| indentation | Indentation | 'setMutation' have incorrect indentation level 10, expected level should be 12. | 622 | |
| indentation | Indentation | 'setMutation' have incorrect indentation level 12, expected level should be 14. | 634 | |
| indentation | Indentation | 'setMutation' have incorrect indentation level 12, expected level should be 14. | 637 | |
| indentation | Indentation | 'MutationType' have incorrect indentation level 10, expected level should be 12. | 643 | |
| indentation | Indentation | 'MutationType' have incorrect indentation level 10, expected level should be 12. | 648 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 684 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 699 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 701 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 701 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 702 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 702 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 5, expected level should be 7. | 703 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 704 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 705 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 705 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 706 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 707 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 714 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 715 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 716 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 724 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 726 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 727 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 735 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 737 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 737 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 738 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 738 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 5, expected level should be 7. | 739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 740 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 740 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 741 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 741 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 742 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 743 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 753 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 756 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 756 | |
| indentation | Indentation | 'for' have incorrect indentation level 3, expected level should be 4. | 757 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 758 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 758 | |
| indentation | Indentation | 'regionOpenInfo' have incorrect indentation level 7, expected level should be 9. | 759 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 3, expected level should be 4. | 760 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 761 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 762 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 762 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 763 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 766 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 778 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 781 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 781 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 782 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 782 | |
| indentation | Indentation | 'openForReplay' have incorrect indentation level 5, expected level should be 7. | 783 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 784 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 785 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 785 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 786 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 787 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 787 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 788 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 789 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 793 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 796 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 798 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 798 | |
| indentation | Indentation | 'for' have incorrect indentation level 3, expected level should be 4. | 799 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 800 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 6. | 800 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 801 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 801 | |
| indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 6. | 802 | |
| indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 803 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 803 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 5, expected level should be 6. | 804 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 805 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 805 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 3, expected level should be 4. | 806 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 807 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 808 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 816 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 818 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 819 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 822 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 6, expected level should be 8. | 825 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 852 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 854 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 854 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 855 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 855 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 5, expected level should be 7. | 856 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 5, expected level should be 7. | 857 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 858 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 858 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 859 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 860 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 860 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 861 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 862 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 863 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 872 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 874 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 874 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 875 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 875 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 5, expected level should be 7. | 876 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 877 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 877 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 878 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 879 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 879 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 880 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 881 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 882 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 913 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 915 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 915 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 916 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 916 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 5, expected level should be 7. | 917 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 918 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 918 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 919 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 919 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 920 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 921 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 921 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 922 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 923 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 924 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 1, expected level should be 2. | 929 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 937 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 938 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 939 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 1, expected level should be 2. | 944 | |
| indentation | Indentation | 'GetServerInfoRequest' have incorrect indentation level 3, expected level should be 5. | 945 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 952 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 953 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 954 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 962 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 3, expected level should be 4. | 963 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 963 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 964 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 964 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 965 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 966 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 988 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 989 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 990 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 991 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 992 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 994 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1032 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1033 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1052 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1053 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1072 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1073 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1075 | |
| indentation | Indentation | 'buildRegionSpecifier' have incorrect indentation level 6, expected level should be 8. | 1082 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 8, expected level should be 10. | 1085 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1365 | |
| indentation | Indentation | 'RunCatalogScanRequest' have incorrect indentation level 4, expected level should be 6. | 1402 | |
| indentation | Indentation | 'IsCatalogJanitorEnabledRequest' have incorrect indentation level 4, expected level should be 6. | 1424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1679 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.IOException' should be separated from previous imports. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| indentation | Indentation | 'ByteString' have incorrect indentation level 6, expected level should be 8. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 6, expected level should be 2. | 217 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 6, expected level should be 2. | 247 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| indentation | Indentation | 'response' have incorrect indentation level 6, expected level should be 8. | 362 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 377 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 380 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 372 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 449 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 450 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 454 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| design | FinalClass | Class NoopOperationQuota should be declared as final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoopQuotaLimiter should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 | |
| indentation | Indentation | 'justification' have incorrect indentation level 6, expected level should be 8. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| design | FinalClass | Class QuotaRetriever should be declared as final. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 22 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| indentation | Indentation | 'final' have incorrect indentation level 6, expected level should be 8. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 62 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 65 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 26 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 22 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 51 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 52 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 54 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 55 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 56 | |
| coding | EmptyStatement | Empty statement. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TimeBasedLimiter should be declared as final. | 35 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| indentation | Indentation | 'QuotaLimiterFactory' have incorrect indentation level 6, expected level should be 8. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 74 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 98 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 200 | |
| indentation | Indentation | 'region' have incorrect indentation level 14, expected level should be 16. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 31 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 149 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 153 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 154 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 155 | |
| indentation | Indentation | '" not splittable because midkey=null"' have incorrect indentation level 8, expected level should be 10. | 260 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| indentation | Indentation | '?' have incorrect indentation level 6, expected level should be 8. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 504 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'User' have incorrect indentation level 4, expected level should be 6. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.InputSplit' import. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 51 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 55 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegion. | 56 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegionFileSystem. | 57 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.JobUtil' import. | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 111 | |
| indentation | Indentation | '" region="' have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | '" family="' have incorrect indentation level 8, expected level should be 10. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| indentation | Indentation | 'FSUtils' have incorrect indentation level 10, expected level should be 12. | 289 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 464 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.HFILE_BLOCK_CACHE_SIZE_KEY' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 168 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 175 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 177 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 178 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 14. | 179 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 12. | 180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 181 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 182 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 183 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 184 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 185 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 191 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 192 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 193 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 194 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 14. | 195 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 12. | 196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 197 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 198 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 199 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 202 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 273 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 279 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 509 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 747 | |
| indentation | Indentation | 'runtime' have incorrect indentation level 6, expected level should be 8. | 953 | |
| blocks | EmptyBlock | Must have at least one statement. | 979 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 33 | |
| indentation | Indentation | 'DefaultStoreFlusher' have incorrect indentation level 2, expected level should be 4. | 43 | |
| indentation | Indentation | 'DEFAULT_STORE_FLUSHER_CLASS' have incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | 'DEFAULT_COMPACTOR_CLASS' have incorrect indentation level 4, expected level should be 6. | 55 | |
| indentation | Indentation | 'DEFAULT_COMPACTION_POLICY_CLASS' have incorrect indentation level 4, expected level should be 6. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 37 | |
| indentation | Indentation | 'Collection' have incorrect indentation level 4, expected level should be 6. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| indentation | Indentation | '". Using default RegionSplitPolicy"' have incorrect indentation level 8, expected level should be 10. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 80 | |
| indentation | Indentation | 'store' have incorrect indentation level 10, expected level should be 12. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| indentation | Indentation | '"Unable to load configured flush policy '"' have incorrect indentation level 8, expected level should be 10. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| indentation | Indentation | 'long' have incorrect indentation level 4, expected level should be 6. | 395 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 66 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 186 | |
| indentation | Indentation | '"hbase.hregion.scan.loadColumnFamiliesOnDemand"' have incorrect indentation level 4, expected level should be 6. | 205 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 363 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 364 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 6, expected level should be 8. | 470 | |
| indentation | Indentation | 'TreeMap' have incorrect indentation level 6, expected level should be 8. | 530 | |
| indentation | Indentation | 'TreeMap' have incorrect indentation level 6, expected level should be 8. | 531 | |
| indentation | Indentation | 'TreeMap' have incorrect indentation level 6, expected level should be 8. | 532 | |
| indentation | Indentation | 'long' have incorrect indentation level 6, expected level should be 8. | 533 | |
| indentation | Indentation | 'FlushResult' have incorrect indentation level 6, expected level should be 8. | 539 | |
| indentation | Indentation | 'TreeMap' have incorrect indentation level 6, expected level should be 8. | 540 | |
| indentation | Indentation | 'TreeMap' have incorrect indentation level 6, expected level should be 8. | 541 | |
| indentation | Indentation | 'TreeMap' have incorrect indentation level 6, expected level should be 8. | 542 | |
| indentation | Indentation | 'long' have incorrect indentation level 6, expected level should be 8. | 543 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 604 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 606 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 607 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 608 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 609 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 610 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 614 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 635 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 636 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 637 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 638 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 749 | |
| indentation | Indentation | '" initialization."' have incorrect indentation level 10, expected level should be 12. | 793 | |
| indentation | Indentation | '"; next sequenceid="' have incorrect indentation level 6, expected level should be 8. | 867 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 884 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 885 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 887 | |
| indentation | Indentation | 'getStoreOpenAndCloseThreadPool' have incorrect indentation level 8, expected level should be 10. | 900 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 902 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 968 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 971 | |
| indentation | Indentation | 'RegionEventDescriptor' have incorrect indentation level 6, expected level should be 8. | 984 | |
| indentation | Indentation | 'getRegionServerServices' have incorrect indentation level 6, expected level should be 8. | 985 | |
| indentation | Indentation | 'RegionEventDescriptor' have incorrect indentation level 6, expected level should be 8. | 992 | |
| indentation | Indentation | 'getRegionServerServices' have incorrect indentation level 6, expected level should be 8. | 993 | |
| indentation | Indentation | 'mvcc' have incorrect indentation level 8, expected level should be 10. | 1001 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1010 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1018 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| indentation | Indentation | 'sf' have incorrect indentation level 12, expected level should be 14. | 1025 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1039 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1054 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1065 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1096 | |
| indentation | Indentation | '"Flushing region "' have incorrect indentation level 8, expected level should be 10. | 1187 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1263 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1264 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1265 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1267 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1269 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1270 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1272 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 1274 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 1276 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 1277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1278 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1279 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1281 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1283 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1284 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1294 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1295 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1299 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1300 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1335 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1340 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1341 | |
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 1368 | |
| indentation | Indentation | '" (carrying snapshot?) "' have incorrect indentation level 16, expected level should be 18. | 1430 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 1445 | |
| indentation | Indentation | 'getStoreOpenAndCloseThreadPool' have incorrect indentation level 10, expected level should be 12. | 1449 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 1452 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 1460 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 1461 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 1462 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 1463 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 1536 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1646 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1649 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1651 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1654 | |
| indentation | Indentation | 'newBuilder' have incorrect indentation level 8, expected level should be 10. | 1676 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1857 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1888 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1889 | |
| indentation | Indentation | 'status' have incorrect indentation level 10, expected level should be 12. | 1941 | |
| indentation | Indentation | 'store' have incorrect indentation level 6, expected level should be 8. | 1972 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 10, expected level should be 12. | 1976 | |
| indentation | Indentation | '" is > "' have incorrect indentation level 10, expected level should be 12. | 1977 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 10, expected level should be 12. | 1988 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 2085 | |
| sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 2093 | |
| indentation | Indentation | '" column families, memstore="' have incorrect indentation level 8, expected level should be 10. | 2156 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 2157 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 2158 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 6, expected level should be 8. | 2171 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 2180 | |
| indentation | Indentation | 'wal' have incorrect indentation level 12, expected level should be 14. | 2200 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2216 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 12, expected level should be 14. | 2229 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 16, expected level should be 18. | 2244 | |
| indentation | Indentation | 'desc' have incorrect indentation level 16, expected level should be 18. | 2246 | |
| indentation | Indentation | '", syncing WAL and waiting on mvcc, flushsize="' have incorrect indentation level 8, expected level should be 10. | 2261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2305 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 8, expected level should be 10. | 2311 | |
| indentation | Indentation | 'desc' have incorrect indentation level 10, expected level should be 12. | 2314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2339 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 10, expected level should be 12. | 2381 | |
| indentation | Indentation | 'desc' have incorrect indentation level 10, expected level should be 12. | 2383 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 12, expected level should be 14. | 2395 | |
| indentation | Indentation | 'desc' have incorrect indentation level 12, expected level should be 14. | 2397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2464 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 2485 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2592 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2787 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2788 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2809 | |
| sizes | MethodLength | Method length is 392 lines (max allowed is 150). | 2881 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 2973 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3021 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 3041 | |
| indentation | Indentation | 'batchOp' have incorrect indentation level 10, expected level should be 12. | 3042 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3043 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 3115 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 3174 | |
| indentation | Indentation | 'batchOp' have incorrect indentation level 10, expected level should be 12. | 3175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3298 | |
| indentation | Indentation | 'comparator' have incorrect indentation level 10, expected level should be 12. | 3333 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3347 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3349 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3350 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3351 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3352 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3353 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3354 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3355 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3356 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3357 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3358 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3359 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3360 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3361 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3362 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3363 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3364 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3365 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3366 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3443 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3444 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3445 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3446 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3447 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3448 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3449 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3450 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3451 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3452 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3453 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3454 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3455 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3456 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3457 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3458 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3459 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3460 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3461 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3462 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3533 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3554 | |
| indentation | Indentation | 'cell' have incorrect indentation level 10, expected level should be 12. | 3584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3618 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 3650 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 3651 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 3651 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3660 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3683 | |
| indentation | Indentation | 'long' have incorrect indentation level 4, expected level should be 6. | 3686 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3704 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 3705 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3848 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 3850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3851 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 3869 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3872 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3879 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 3887 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 3888 | |
| indentation | Indentation | 'null' have incorrect indentation level 10, expected level should be 12. | 3937 | |
| sizes | MethodLength | Method length is 176 lines (max allowed is 150). | 3961 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 4135 | |
| indentation | Indentation | '"Compaction marker from WAL "' have incorrect indentation level 6, expected level should be 8. | 4149 | |
| indentation | Indentation | '"Flush marker from WAL "' have incorrect indentation level 6, expected level should be 8. | 4200 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4215 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4216 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 4216 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4217 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4219 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 4219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4220 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 4222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4223 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4224 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 4225 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4226 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4227 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4228 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 4228 | |
| indentation | Indentation | '"Received a flush event with unknown action, ignoring. "' have incorrect indentation level 10, expected level should be 12. | 4229 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 4229 | |
| indentation | Indentation | 'TextFormat' have incorrect indentation level 10, expected level should be 12. | 4230 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4231 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 4254 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 4255 | |
| indentation | Indentation | 'flushSeqId' have incorrect indentation level 12, expected level should be 14. | 4285 | |
| indentation | Indentation | '+' have incorrect indentation level 18, expected level should be 20. | 4304 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 4367 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 4368 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 4369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4476 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4477 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4520 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 4572 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 4573 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 4574 | |
| indentation | Indentation | '"RegionEvent marker from WAL "' have incorrect indentation level 6, expected level should be 8. | 4594 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 4615 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 4630 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 4631 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 4632 | |
| indentation | Indentation | '"BulkLoad marker from WAL "' have incorrect indentation level 6, expected level should be 8. | 4710 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 4881 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 4882 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 4883 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4910 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5020 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5051 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 5179 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 42 has parse error. Details: no viable alternative at input '<byte[' while parsing HTML_ELEMENT | 5238 | |
| indentation | Indentation | '||' have incorrect indentation level 10, expected level should be 12. | 5497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5649 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5670 | |
| indentation | Indentation | 'moreCellsInRow' have incorrect indentation level 14, expected level should be 16. | 5675 | |
| indentation | Indentation | 'moreCellsInRow' have incorrect indentation level 14, expected level should be 16. | 5679 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5694 | |
| sizes | MethodLength | Method length is 197 lines (max allowed is 150). | 5713 | |
| indentation | Indentation | 'initialTimeProgress' have incorrect indentation level 12, expected level should be 14. | 5741 | |
| indentation | Indentation | 'initialTimeProgress' have incorrect indentation level 16, expected level should be 18. | 5839 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5860 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5901 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5925 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5927 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 32 has parse error. Missed HTML close tag 'KeyValue'. Sometimes it means that close tag missed for one of previous tags. | 5953 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 5970 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 5984 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6073 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6075 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6076 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6077 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6078 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6079 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6083 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6145 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6146 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6150 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6164 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6165 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6172 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 6175 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 6176 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 6177 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6188 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6193 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6207 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6239 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6240 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6243 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6259 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6260 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6283 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6284 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6444 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 6454 | |
| indentation | Indentation | 'r' have incorrect indentation level 6, expected level should be 8. | 6455 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 6458 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 6, expected level should be 8. | 6459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6510 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 6525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6544 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 6616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6649 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6694 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 6698 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6700 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 6728 | |
| sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 6737 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 6925 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 61 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 6956 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6959 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 6963 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6969 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6970 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6971 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6972 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6974 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6989 | |
| sizes | MethodLength | Method length is 227 lines (max allowed is 150). | 7001 | |
| indentation | Indentation | 'newCell' have incorrect indentation level 18, expected level should be 20. | 7084 | |
| indentation | Indentation | 'newCell' have incorrect indentation level 18, expected level should be 20. | 7086 | |
| indentation | Indentation | 'cell' have incorrect indentation level 18, expected level should be 20. | 7087 | |
| indentation | Indentation | 'newCell' have incorrect indentation level 18, expected level should be 20. | 7089 | |
| indentation | Indentation | 'cell' have incorrect indentation level 18, expected level should be 20. | 7090 | |
| indentation | Indentation | 'newCell' have incorrect indentation level 18, expected level should be 20. | 7094 | |
| indentation | Indentation | 'newCell' have incorrect indentation level 18, expected level should be 20. | 7095 | |
| indentation | Indentation | 'cell' have incorrect indentation level 18, expected level should be 20. | 7096 | |
| indentation | Indentation | 'tagBytes' have incorrect indentation level 18, expected level should be 20. | 7099 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7210 | |
| sizes | MethodLength | Method length is 209 lines (max allowed is 150). | 7242 | |
| indentation | Indentation | 'family' have incorrect indentation level 16, expected level should be 18. | 7336 | |
| indentation | Indentation | 'q' have incorrect indentation level 16, expected level should be 18. | 7337 | |
| indentation | Indentation | 'ts' have incorrect indentation level 16, expected level should be 18. | 7338 | |
| indentation | Indentation | 'KeyValue' have incorrect indentation level 16, expected level should be 18. | 7339 | |
| indentation | Indentation | 'val' have incorrect indentation level 16, expected level should be 18. | 7340 | |
| indentation | Indentation | 'newTags' have incorrect indentation level 16, expected level should be 18. | 7341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7512 | |
| indentation | Indentation | '"passed region."' have incorrect indentation level 6, expected level should be 8. | 7516 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7630 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7740 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7741 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 7742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 7742 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7743 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7744 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7745 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7746 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7747 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7748 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7749 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7750 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 7752 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 7754 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 7756 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 7757 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 7758 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 7759 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7816 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 7817 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7819 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 7820 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7830 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 7831 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 7901 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 7903 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 7904 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 7904 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 7905 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 7906 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 7907 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 7909 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 7910 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 7912 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 7913 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 7914 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 7916 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 7916 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 7917 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 7918 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 7919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7964 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 7, expected level should be 6. | 7989 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 7, expected level should be 6. | 7991 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 7991 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7992 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 7992 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8046 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8048 | |
| indentation | Indentation | 'getRegionInfo' have incorrect indentation level 6, expected level should be 8. | 8054 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 8055 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 1, expected level should be 2. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| indentation | Indentation | 'regionInfoForFs' have incorrect indentation level 8, expected level should be 10. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 512 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| indentation | Indentation | 'top' have incorrect indentation level 6, expected level should be 8. | 617 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 687 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 712 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 739 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 741 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 957 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 970 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 983 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 984 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 986 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 996 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1023 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1046 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1047 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1048 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1051 | |
| indentation | Indentation | 'DEFAULT_HDFS_CLIENT_RETRIES_NUMBER' have incorrect indentation level 6, expected level should be 8. | 1058 | |
| indentation | Indentation | 'DEFAULT_BASE_SLEEP_BEFORE_RETRIES' have incorrect indentation level 6, expected level should be 8. | 1060 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1066 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1068 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.management.MalformedObjectNameException' import. | 51 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.SystemUtils' import. | 55 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 180 | |
| design | VisibilityModifier | Variable 'TEST_SKIP_REPORTING_TRANSITION' must be private and have accessor methods. | 208 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 221 | |
| design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 501 | |
| indentation | Indentation | 'rpcServices' have incorrect indentation level 6, expected level should be 8. | 548 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 556 | |
| indentation | Indentation | '"hbase.regionserver.kerberos.principal"' have incorrect indentation level 6, expected level should be 8. | 634 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 705 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 710 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 725 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 737 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 10, expected level should be 12. | 747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 771 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 822 | |
| indentation | Indentation | ',' have incorrect indentation level 6, expected level should be 8. | 871 | |
| sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 894 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 988 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1013 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1014 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1015 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1016 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1017 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1018 | |
| blocks | EmptyBlock | Must have at least one statement. | 1031 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1044 | |
| indentation | Indentation | '"; all regions closed."' have incorrect indentation level 8, expected level should be 10. | 1069 | |
| indentation | Indentation | '"; zookeeper connection closed."' have incorrect indentation level 6, expected level should be 8. | 1113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1123 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 1157 | |
| indentation | Indentation | 'ClusterStatusProtos' have incorrect indentation level 6, expected level should be 8. | 1190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1245 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 10. | 1287 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 1376 | |
| indentation | Indentation | '", RpcServer on "' have incorrect indentation level 8, expected level should be 10. | 1390 | |
| indentation | Indentation | '", sessionid=0x"' have incorrect indentation level 8, expected level should be 10. | 1391 | |
| indentation | Indentation | 'Long' have incorrect indentation level 8, expected level should be 10. | 1392 | |
| indentation | Indentation | 'getMyEphemeralNodePath' have incorrect indentation level 6, expected level should be 8. | 1422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1550 | |
| indentation | Indentation | 'this' have incorrect indentation level 18, expected level should be 20. | 1563 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1588 | |
| indentation | Indentation | 'r' have incorrect indentation level 14, expected level should be 16. | 1594 | |
| indentation | Indentation | 'whyFlush' have incorrect indentation level 14, expected level should be 16. | 1595 | |
| indentation | Indentation | '" after random delay "' have incorrect indentation level 14, expected level should be 16. | 1596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1622 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1630 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 1706 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 1708 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 1710 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 1712 | |
| indentation | Indentation | 'conf' have incorrect indentation level 8, expected level should be 10. | 1715 | |
| indentation | Indentation | '"hbase.regionserver.wal.max.splitters"' have incorrect indentation level 7, expected level should be 8. | 1718 | |
| indentation | Indentation | 'conf' have incorrect indentation level 8, expected level should be 10. | 1722 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1730 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1731 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1732 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1733 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1735 | |
| indentation | Indentation | 'uncaughtExceptionHandler' have incorrect indentation level 6, expected level should be 8. | 1740 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 1760 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 1762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1771 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 1775 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1784 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 1818 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 1925 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 1925 | |
| indentation | Indentation | 'r' have incorrect indentation level 8, expected level should be 10. | 1932 | |
| indentation | Indentation | 'hris' have incorrect indentation level 14, expected level should be 16. | 1986 | |
| indentation | Indentation | 'ReportRegionStateTransitionRequest' have incorrect indentation level 6, expected level should be 8. | 1997 | |
| indentation | Indentation | 'rss' have incorrect indentation level 10, expected level should be 12. | 2016 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 2019 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 2054 | |
| indentation | Indentation | 'ReportRSFatalErrorRequest' have incorrect indentation level 10, expected level should be 12. | 2107 | |
| indentation | Indentation | 'ServerName' have incorrect indentation level 10, expected level should be 12. | 2109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2179 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2195 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2203 | |
| indentation | Indentation | 'this' have incorrect indentation level 12, expected level should be 14. | 2254 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2300 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 2305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2387 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2474 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 2475 | |
| indentation | Indentation | 'HRegionServer' have incorrect indentation level 4, expected level should be 6. | 2613 | |
| indentation | Indentation | 'Configuration' have incorrect indentation level 4, expected level should be 6. | 2648 | |
| indentation | Indentation | 'Path' have incorrect indentation level 4, expected level should be 6. | 2649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2669 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2706 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 2711 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 2711 | |
| indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 2712 | |
| indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 6. | 2713 | |
| indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 2714 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 2714 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 2715 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 2716 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 2717 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 7, expected level should be 6. | 2718 | |
| indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 2719 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 2720 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 2721 | |
| indentation | Indentation | '", which we are already trying to CLOSE, but not completed yet"' have incorrect indentation level 8, expected level should be 10. | 2833 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2884 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2898 | |
| indentation | Indentation | 'encodedRegionName' have incorrect indentation level 8, expected level should be 10. | 2921 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3006 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 5, expected level should be 4. | 3028 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 3058 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 3101 | |
| indentation | Indentation | 'HRegionServer' have incorrect indentation level 6, expected level should be 8. | 3113 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 3123 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 3124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3167 | |
| indentation | Indentation | 'regionInfo' have incorrect indentation level 8, expected level should be 10. | 3190 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 10, expected level should be 12. | 3208 | |
| indentation | Indentation | '" for "' have incorrect indentation level 10, expected level should be 12. | 3210 | |
| indentation | Indentation | '" must have completed recovery because its recovery znode has been removed"' have incorrect indentation level 8, expected level should be 10. | 3217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3224 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 3287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 29 | |
| indentation | Indentation | '"Usage: HRegionServer [-D conf.param=value] start"' have incorrect indentation level 4, expected level should be 6. | 43 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 | |
| indentation | Indentation | '"To shutdown the regionserver run "' have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | '"bin/hbase-daemon.sh stop regionserver or send a kill signal to"' have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | '"the regionserver pid"' have incorrect indentation level 8, expected level should be 10. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 84 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 97 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 4, expected level should be 6. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| indentation | Indentation | 'User' have incorrect indentation level 10, expected level should be 12. | 285 | |
| indentation | Indentation | 'conf' have incorrect indentation level 12, expected level should be 14. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 482 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 529 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 532 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 563 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 593 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 622 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 639 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 672 | |
| indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 696 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 788 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 788 | |
| indentation | Indentation | '+' have incorrect indentation level 9, expected level should be 10. | 789 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 789 | |
| indentation | Indentation | '+' have incorrect indentation level 9, expected level should be 10. | 790 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 790 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 793 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 862 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 887 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 893 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 920 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 922 | |
| indentation | Indentation | '", sequenceid="' have incorrect indentation level 8, expected level should be 10. | 989 | |
| indentation | Indentation | '", filesize="' have incorrect indentation level 8, expected level should be 10. | 990 | |
| indentation | Indentation | 'cryptoContext' have incorrect indentation level 6, expected level should be 8. | 1031 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 1145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1207 | |
| indentation | Indentation | 'CompactionThroughputController' have incorrect indentation level 4, expected level should be 6. | 1218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1327 | |
| indentation | Indentation | '"Completed"' have incorrect indentation level 6, expected level should be 8. | 1365 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 1366 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 1367 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1402 | |
| indentation | Indentation | 'mayUseOffPeak' have incorrect indentation level 14, expected level should be 16. | 1605 | |
| indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 16. | 1621 | |
| indentation | Indentation | 'thisStore' have incorrect indentation level 20, expected level should be 22. | 1628 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1677 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1687 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1707 | |
| indentation | Indentation | '". Files we were trying to remove are "' have incorrect indentation level 8, expected level should be 10. | 1816 | |
| indentation | Indentation | '"; some of them may have been already removed"' have incorrect indentation level 8, expected level should be 10. | 1817 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1848 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1849 | |
| indentation | Indentation | 'cell' have incorrect indentation level 8, expected level should be 10. | 1859 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2083 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2199 | |
| indentation | Indentation | '" added "' have incorrect indentation level 12, expected level should be 14. | 2214 | |
| indentation | Indentation | '", sequenceid="' have incorrect indentation level 12, expected level should be 14. | 2215 | |
| indentation | Indentation | '", filesize="' have incorrect indentation level 12, expected level should be 14. | 2216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be 4. | 2366 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 | |
| indentation | Indentation | 'maxAlloc' have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'MAX_ALLOC_KEY' have incorrect indentation level 6, expected level should be 8. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 | |
| indentation | Indentation | '(' have incorrect indentation level 4, expected level should be 6. | 51 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 194 | |
| indentation | Indentation | '" is above heap occupancy alarm watermark ("' have incorrect indentation level 12, expected level should be 14. | 245 | |
| indentation | Indentation | '" is now below the heap occupancy alarm watermark ("' have incorrect indentation level 12, expected level should be 14. | 260 | |
| indentation | Indentation | 'heapOccupancyLowWatermark' have incorrect indentation level 12, expected level should be 14. | 261 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 347 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 348 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 349 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 350 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 351 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 351 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 352 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 353 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 355 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| indentation | Indentation | 'o' have incorrect indentation level 8, expected level should be 10. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALActionsListener' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 148 | |
| indentation | Indentation | 'ex' have incorrect indentation level 10, expected level should be 12. | 158 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 8, expected level should be 10. | 190 | |
| indentation | Indentation | 'requester' have incorrect indentation level 8, expected level should be 10. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 53 | |
| indentation | Indentation | '2' have incorrect indentation level 4, expected level should be 6. | 68 | |
| indentation | Indentation | '1' have incorrect indentation level 4, expected level should be 6. | 69 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 107 | |
| indentation | Indentation | 'long' have incorrect indentation level 2, expected level should be 6. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 143 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 157 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 318 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 416 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 422 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 424 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 440 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 458 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 541 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 542 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 543 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 544 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 545 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 546 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 548 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 549 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 549 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 553 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 556 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 557 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 558 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 559 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 560 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 562 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 585 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 586 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 587 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 588 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 589 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 590 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 593 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 593 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 594 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 594 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 595 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 596 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 597 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 598 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 599 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 600 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 601 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 602 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 603 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 604 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 606 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 6. | 924 | |
| indentation | Indentation | '5' have incorrect indentation level 6, expected level should be 8. | 927 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1024 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1030 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 1030 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1031 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 1031 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 1032 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 42 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 63 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 147 | |
| indentation | Indentation | 'excludedRegions' have incorrect indentation level 8, expected level should be 10. | 159 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 192 | |
| indentation | Indentation | '(' have incorrect indentation level 8, expected level should be 10. | 193 | |
| indentation | Indentation | '" due to global heap pressure. memstore size="' have incorrect indentation level 10, expected level should be 12. | 201 | |
| design | FinalClass | Class FlushHandler should be declared as final. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 434 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 435 | |
| indentation | Indentation | '"ms on a compaction to clean up 'too many store files'; waited "' have incorrect indentation level 10, expected level should be 12. | 443 | |
| indentation | Indentation | '"long enough... proceeding with flush of "' have incorrect indentation level 10, expected level should be 12. | 444 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 445 | |
| indentation | Indentation | '"store files; delaying flush up to "' have incorrect indentation level 12, expected level should be 14. | 451 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 16, expected level should be 18. | 460 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 479 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 480 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 481 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 484 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 485 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 500 | |
| indentation | Indentation | '"Cache flush failed"' have incorrect indentation level 8, expected level should be 10. | 536 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 657 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 707 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 747 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 762 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 763 | |
| indentation | Indentation | 'other' have incorrect indentation level 8, expected level should be 10. | 782 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 801 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '"The percent of HFiles used by secondary regions that are stored on the local hdfs data node."' have incorrect indentation level 4, expected level should be 6. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 30 | |
| indentation | Indentation | 'TimeUnit' have incorrect indentation level 6, expected level should be 8. | 123 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 570 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 67 has parse error. Missed HTML close tag 'KeyValue'. Sometimes it means that close tag missed for one of previous tags. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 89 has parse error. Missed HTML close tag 'KeyValue'. Sometimes it means that close tag missed for one of previous tags. | 31 | |
| indentation | Indentation | '.' have incorrect indentation level 12, expected level should be 14. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| indentation | Indentation | 'MultiRowMutationProcessorResponse' have incorrect indentation level 0, expected level should be 4. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.NotImplementedException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.NotImplementedException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.OperationStatusCode' import. | 22 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 36 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 40 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.http.HttpServletRequest' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| indentation | Indentation | '"==========================================================="' have incorrect indentation level 4, expected level should be 6. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 39 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 183 | |
| indentation | Indentation | '"hbase.region.server.rpc.scheduler.factory.class"' have incorrect indentation level 4, expected level should be 6. | 202 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 230 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 294 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 361 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 373 | |
| indentation | Indentation | '" scanner found, hence no chance to close that related scanner!"' have incorrect indentation level 10, expected level should be 12. | 377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 415 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 416 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 449 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 503 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 504 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 504 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 505 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 506 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 507 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 508 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 546 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 547 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 547 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 548 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 549 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 550 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 551 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 552 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 553 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| indentation | Indentation | 'EnvironmentEdgeManager' have incorrect indentation level 8, expected level should be 10. | 593 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 602 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| indentation | Indentation | 'EnvironmentEdgeManager' have incorrect indentation level 8, expected level should be 10. | 631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 641 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 644 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 693 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 694 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 695 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 696 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 697 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 698 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 699 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 700 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 702 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 703 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 704 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 705 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 705 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 706 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 707 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 753 | |
| indentation | Indentation | 'ClientProtos' have incorrect indentation level 14, expected level should be 16. | 804 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 828 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 829 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 833 | |
| indentation | Indentation | 'replaySeqId' have incorrect indentation level 16, expected level should be 18. | 860 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 891 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 939 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 959 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 960 | |
| indentation | Indentation | 'HRegionServer' have incorrect indentation level 6, expected level should be 8. | 1001 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1058 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1092 | |
| indentation | Indentation | 'ClientService' have incorrect indentation level 6, expected level should be 8. | 1115 | |
| indentation | Indentation | 'ClientService' have incorrect indentation level 6, expected level should be 8. | 1116 | |
| indentation | Indentation | 'AdminService' have incorrect indentation level 6, expected level should be 8. | 1118 | |
| indentation | Indentation | 'AdminService' have incorrect indentation level 6, expected level should be 8. | 1119 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1169 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 6, expected level should be 8. | 1176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1212 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1249 | |
| indentation | Indentation | 'Store' have incorrect indentation level 10, expected level should be 12. | 1254 | |
| indentation | Indentation | 'Store' have incorrect indentation level 10, expected level should be 12. | 1257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1270 | |
| indentation | Indentation | '"Compaction through user triggered flush"' have incorrect indentation level 12, expected level should be 14. | 1300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1364 | |
| indentation | Indentation | 'columnFamilies' have incorrect indentation level 8, expected level should be 10. | 1399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1479 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 1516 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 1546 | |
| indentation | Indentation | 'encodedNameBytes' have incorrect indentation level 10, expected level should be 12. | 1558 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 1564 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 1574 | |
| indentation | Indentation | 'tmpRegions' have incorrect indentation level 16, expected level should be 18. | 1597 | |
| indentation | Indentation | 'regionServer' have incorrect indentation level 14, expected level should be 16. | 1604 | |
| indentation | Indentation | 'regionOpenInfo' have incorrect indentation level 14, expected level should be 16. | 1607 | |
| indentation | Indentation | 'regionServer' have incorrect indentation level 14, expected level should be 16. | 1609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1689 | |
| indentation | Indentation | '?' have incorrect indentation level 12, expected level should be 14. | 1724 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 1732 | |
| indentation | Indentation | 'cells' have incorrect indentation level 10, expected level should be 12. | 1734 | |
| indentation | Indentation | 'walEntry' have incorrect indentation level 12, expected level should be 14. | 1739 | |
| indentation | Indentation | 'entry' have incorrect indentation level 12, expected level should be 14. | 1747 | |
| indentation | Indentation | 'entry' have incorrect indentation level 12, expected level should be 14. | 1767 | |
| indentation | Indentation | 'EnvironmentEdgeManager' have incorrect indentation level 10, expected level should be 12. | 1776 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1818 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1841 | |
| indentation | Indentation | 'RpcServer' have incorrect indentation level 8, expected level should be 10. | 1869 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1884 | |
| indentation | Indentation | 'regionUpdateInfo' have incorrect indentation level 8, expected level should be 10. | 1904 | |
| indentation | Indentation | 'familyPath' have incorrect indentation level 10, expected level should be 12. | 1925 | |
| indentation | Indentation | 'CoprocessorServiceResponse' have incorrect indentation level 8, expected level should be 10. | 1955 | |
| indentation | Indentation | 'RegionSpecifierType' have incorrect indentation level 8, expected level should be 10. | 1957 | |
| indentation | Indentation | 'builder' have incorrect indentation level 8, expected level should be 10. | 1959 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1979 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2092 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2201 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2222 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2225 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2226 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2227 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2228 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 2228 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2229 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 2229 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2231 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2231 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2232 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2233 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2233 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2234 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2235 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2235 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2236 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2236 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 12, expected level should be 14. | 2237 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2238 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2239 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2241 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2242 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2243 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 14. | 2243 | |
| indentation | Indentation | 'qualifier' have incorrect indentation level 14, expected level should be 16. | 2244 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 2245 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 2246 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 2248 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2249 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2251 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 2252 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2253 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 2254 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2255 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2257 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 2257 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 2258 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2260 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2260 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2261 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2262 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2262 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2263 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2263 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2264 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2264 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2265 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 2265 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 12, expected level should be 14. | 2266 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2270 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2271 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2272 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 14. | 2272 | |
| indentation | Indentation | 'qualifier' have incorrect indentation level 14, expected level should be 16. | 2273 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 2274 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 2275 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 2277 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2278 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2280 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 2281 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2282 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 2283 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2284 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2309 | |
| sizes | MethodLength | Method length is 407 lines (max allowed is 150). | 2311 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 2334 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 13, expected level should be 12. | 2343 | |
| indentation | Indentation | 'scanner' have incorrect indentation level 14, expected level should be 16. | 2456 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2658 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 12. | 2709 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 2709 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 422 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 509 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 568 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 641 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 644 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 81 | |
| indentation | Indentation | 'InternalScanner' have incorrect indentation level 14, expected level should be 16. | 244 | |
| indentation | Indentation | 'InternalScanner' have incorrect indentation level 14, expected level should be 16. | 253 | |
| indentation | Indentation | 'key' have incorrect indentation level 16, expected level should be 18. | 284 | |
| indentation | Indentation | '", spec: "' have incorrect indentation level 14, expected level should be 16. | 312 | |
| indentation | Indentation | '", spec: "' have incorrect indentation level 12, expected level should be 14. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 | |
| indentation | Indentation | 'DEFAULT_COPROCESSORS_ENABLED' have incorrect indentation level 6, expected level should be 8. | 359 | |
| indentation | Indentation | 'DEFAULT_USER_COPROCESSORS_ENABLED' have incorrect indentation level 6, expected level should be 8. | 361 | |
| indentation | Indentation | 'attr' have incorrect indentation level 10, expected level should be 12. | 374 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 402 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 402 | |
| indentation | Indentation | '"handleCoprocessorThrowable() threw an IOException while attempting to handle Throwable "' have incorrect indentation level 8, expected level should be 10. | 440 | |
| indentation | Indentation | 'e' have incorrect indentation level 8, expected level should be 10. | 441 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 531 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 538 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 541 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 541 | |
| indentation | Indentation | 'earliestPutTs' have incorrect indentation level 10, expected level should be 12. | 542 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 543 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 601 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 604 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 604 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 605 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 606 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 629 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 635 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 638 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 638 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 639 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 645 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 666 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 669 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 669 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 670 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 784 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 798 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 847 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 853 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 856 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 856 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 857 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 858 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 871 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 874 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 874 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 875 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 876 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 902 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 971 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 973 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 987 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 988 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1021 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1030 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1033 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1033 | |
| indentation | Indentation | 'compareOp' have incorrect indentation level 10, expected level should be 12. | 1034 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1035 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1036 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1047 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1055 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1058 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1058 | |
| indentation | Indentation | 'compareOp' have incorrect indentation level 10, expected level should be 12. | 1059 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1060 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1061 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1079 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1082 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1082 | |
| indentation | Indentation | 'compareOp' have incorrect indentation level 10, expected level should be 12. | 1083 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1084 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1085 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1096 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1108 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1108 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1110 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1122 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1133 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1135 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1136 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1157 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1159 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1166 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1175 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1176 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1177 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1183 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1192 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1192 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1193 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1194 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1200 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1206 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1209 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1209 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1210 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1211 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1217 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1223 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1226 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1227 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1228 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1257 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1258 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1259 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1265 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1274 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1274 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1275 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1276 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1291 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1291 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1292 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1293 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1305 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1308 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1308 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1309 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1310 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1318 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1325 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1328 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1329 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1337 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1349 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1349 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1350 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1365 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1368 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1371 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1371 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1372 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1444 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1499 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1505 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1508 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1508 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1509 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1538 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1541 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1542 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1549 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1552 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1552 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1553 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1566 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1573 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1576 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1576 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1577 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1578 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1585 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1588 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1588 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1589 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1590 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1597 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1600 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1600 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1601 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1602 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1622 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. | 1622 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. | 1623 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1624 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1651 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 1652 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1671 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 1672 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1682 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1702 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DroppedSnapshotException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 33 | |
| indentation | Indentation | 'long' have incorrect indentation level 4, expected level should be 6. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| indentation | Indentation | '+' have incorrect indentation level 11, expected level should be 12. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 696 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 721 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 736 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 805 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.ClassUtils' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'DEFAULT_COPROCESSORS_ENABLED' have incorrect indentation level 6, expected level should be 8. | 63 | |
| indentation | Indentation | 'DEFAULT_USER_COPROCESSORS_ENABLED' have incorrect indentation level 6, expected level should be 8. | 65 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| indentation | Indentation | '(' have incorrect indentation level 12, expected level should be 14. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 40 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 | |
| indentation | Indentation | 'DEFAULT_SPLIT_POLICY_CLASS' have incorrect indentation level 4, expected level should be 6. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 69 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| indentation | Indentation | 'Class' have incorrect indentation level 8, expected level should be 10. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| indentation | Indentation | 'Server' have incorrect indentation level 4, expected level should be 6. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.NotImplementedException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| indentation | Indentation | '.' have incorrect indentation level 12, expected level should be 14. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'justification' have incorrect indentation level 2, expected level should be 4. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.Type' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 8, expected level should be 6. | 392 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 412 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 414 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 417 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 418 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 419 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 420 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 40 has parse error. Missed HTML close tag 'Cell'. Sometimes it means that close tag missed for one of previous tags. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| indentation | Indentation | 'limitsToCopy' have incorrect indentation level 10, expected level should be 12. | 538 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 | |
| misc | UpperEll | Should use uppercase 'L'. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 80 | |
| indentation | Indentation | '"; fsShutdownHook="' have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | '(' have incorrect indentation level 16, expected level should be 18. | 122 | |
| indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 18. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 2, expected level should be 8. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 40 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 | |
| indentation | Indentation | 'fs' have incorrect indentation level 12, expected level should be 14. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DroppedSnapshotException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| indentation | Indentation | 'parent' have incorrect indentation level 12, expected level should be 14. | 98 | |
| indentation | Indentation | 'parent' have incorrect indentation level 14, expected level should be 16. | 101 | |
| indentation | Indentation | 'parent' have incorrect indentation level 12, expected level should be 14. | 107 | |
| indentation | Indentation | 'io' have incorrect indentation level 12, expected level should be 14. | 124 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 152 | |
| indentation | Indentation | '+' have incorrect indentation level 11, expected level should be 12. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 40 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| indentation | Indentation | '" but current time here is "' have incorrect indentation level 8, expected level should be 10. | 197 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 213 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 489 | |
| indentation | Indentation | 'User' have incorrect indentation level 4, expected level should be 6. | 499 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 651 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 671 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 672 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 726 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 738 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 804 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 813 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 814 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 817 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 818 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 819 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 821 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 822 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 823 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 824 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 826 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 827 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 833 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 833 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 834 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 835 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 835 | |
| indentation | Indentation | 'parent' have incorrect indentation level 12, expected level should be 14. | 836 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 837 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 838 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 839 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 841 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 842 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 843 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 845 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 846 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 847 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 849 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 850 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 850 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 851 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 853 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 858 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 861 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 862 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 863 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 864 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 865 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 866 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 867 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 868 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 869 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 870 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 872 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 873 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 99 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 100 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 101 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 102 | |
| indentation | Indentation | 'ScanQueryMatcher' have incorrect indentation level 4, expected level should be 6. | 103 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 104 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 105 | |
| indentation | Indentation | 'long' have incorrect indentation level 4, expected level should be 6. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| indentation | Indentation | 'long' have incorrect indentation level 4, expected level should be 6. | 173 | |
| indentation | Indentation | 'Compression' have incorrect indentation level 4, expected level should be 6. | 174 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 175 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 176 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 177 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 178 | |
| indentation | Indentation | 'CompactionThroughputController' have incorrect indentation level 4, expected level should be 6. | 216 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 291 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 378 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| indentation | Indentation | 'DEFAULT_STORE_ENGINE_CLASS' have incorrect indentation level 4, expected level should be 6. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.HFileBlock' import. | 62 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 351 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 14 has parse error. Missed HTML close tag 'id-when-loaded'. Sometimes it means that close tag missed for one of previous tags. | 364 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 391 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| design | FinalClass | Class Writer should be declared as final. | 774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 809 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 852 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 910 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 927 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 928 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 929 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 930 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 931 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 932 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 933 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 934 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 935 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 936 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 937 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 956 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 957 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 958 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 959 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 960 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 961 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 966 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 971 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 972 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 973 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 974 | |
| indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 975 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 976 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 1106 | |
| indentation | Indentation | 'getPath' have incorrect indentation level 10, expected level should be 12. | 1107 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1212 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1230 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 1273 | |
| indentation | Indentation | 'final' have incorrect indentation level 8, expected level should be 9. | 1274 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 14, expected level should be 16. | 1291 | |
| indentation | Indentation | 'column' have incorrect indentation level 14, expected level should be 16. | 1292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1509 | |
| indentation | Indentation | '+' have incorrect indentation level 18, expected level should be 20. | 1523 | |
| indentation | Indentation | '+' have incorrect indentation level 18, expected level should be 20. | 1524 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1529 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1648 | |
| indentation | Indentation | 'Ordering' have incorrect indentation level 6, expected level should be 8. | 1696 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1720 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'Pattern' have incorrect indentation level 4, expected level should be 6. | 58 | |
| indentation | Indentation | 'Pattern' have incorrect indentation level 4, expected level should be 6. | 68 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 62 has parse error. Missed HTML close tag 'parentEncRegion'. Sometimes it means that close tag missed for one of previous tags. | 72 | |
| indentation | Indentation | 'Pattern' have incorrect indentation level 4, expected level should be 6. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 529 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 530 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 533 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 534 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 535 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 30 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 90 | |
| indentation | Indentation | 'KeyValue' have incorrect indentation level 4, expected level should be 6. | 100 | |
| indentation | Indentation | 'Iterator' have incorrect indentation level 4, expected level should be 6. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| indentation | Indentation | 'Collection' have incorrect indentation level 4, expected level should be 6. | 130 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 131 | |
| indentation | Indentation | 'ScanQueryMatcher' have incorrect indentation level 4, expected level should be 6. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 158 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 160 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 161 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 162 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 165 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 165 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 168 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| indentation | Indentation | 'ScanType' have incorrect indentation level 4, expected level should be 6. | 284 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 408 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 410 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 463 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 463 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 477 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 536 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 543 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 544 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 545 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 547 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 547 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 548 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 549 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 550 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 552 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 553 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 556 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. | 557 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 558 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 559 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 560 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 561 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 565 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 566 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 566 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 569 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 570 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 573 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 573 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 574 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 574 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 576 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. | 577 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 579 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 580 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 582 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 583 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. | 584 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 585 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 586 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 586 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 587 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 588 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 589 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 590 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 590 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 591 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 593 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 594 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 595 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 596 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 597 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 598 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 599 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 601 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 602 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 604 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 605 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 605 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 606 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 608 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 611 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 612 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 613 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 615 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 615 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 616 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 618 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 619 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 620 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 622 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 623 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 623 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 624 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 626 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 627 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 627 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 628 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 629 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 629 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 630 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 631 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 631 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 632 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 633 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 635 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 636 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 638 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 658 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 659 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 6. | 660 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 661 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 8. | 661 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 662 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 664 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 665 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 666 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 6. | 667 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 668 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 669 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 6. | 670 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 671 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 8. | 671 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 672 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 674 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 675 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 676 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 6. | 677 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 678 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 679 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 689 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 689 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 696 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 696 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 699 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 704 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 704 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 716 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 766 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 768 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 769 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 787 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 801 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 801 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 802 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 803 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 804 | |
| indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 805 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 824 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 832 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 861 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 863 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | '=' have incorrect indentation level 5, expected level should be 6. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 29 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 | |
| indentation | Indentation | 'StripeCompactionPolicy' have incorrect indentation level 2, expected level should be 4. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 47 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 68 | |
| design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 95 | |
| design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 102 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 103 | |
| design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 105 | |
| design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| indentation | Indentation | 'Collection' have incorrect indentation level 4, expected level should be 6. | 301 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 720 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 861 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 903 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| indentation | Indentation | '"hbase.hstore.compaction.ratio.offpeak"' have incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | '"hbase.hstore.compaction.min.size"' have incorrect indentation level 4, expected level should be 6. | 56 | |
| indentation | Indentation | '"hbase.hstore.compaction.max.size"' have incorrect indentation level 4, expected level should be 6. | 59 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 184 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 192 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'totalCompactingKVs' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 41 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 34 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| indentation | Indentation | '"Unable to load configured throughput controller '"' have incorrect indentation level 8, expected level should be 10. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 54 | |
| design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 98 | |
| design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 100 | |
| design | VisibilityModifier | Variable 'latestPutTs' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 104 | |
| design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 106 | |
| design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 110 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 123 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 147 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 171 | |
| indentation | Indentation | '", keycount="' have incorrect indentation level 10, expected level should be 12. | 187 | |
| indentation | Indentation | '", bloomtype="' have incorrect indentation level 10, expected level should be 12. | 188 | |
| indentation | Indentation | '", size="' have incorrect indentation level 10, expected level should be 12. | 189 | |
| indentation | Indentation | '", encoding="' have incorrect indentation level 10, expected level should be 12. | 190 | |
| indentation | Indentation | '", seqNum="' have incorrect indentation level 10, expected level should be 12. | 191 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 263 | |
| indentation | Indentation | 'final' have incorrect indentation level 6, expected level should be 7. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 265 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 267 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 268 | |
| indentation | Indentation | 'try' have incorrect indentation level 7, expected level should be 6. | 269 | |
| indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 8. | 270 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 6. | 276 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 8. | 277 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 277 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 8. | 278 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 8. | 279 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 7, expected level should be 6. | 280 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 5, expected level should be 4. | 281 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 309 | |
| indentation | Indentation | 'long' have incorrect indentation level 5, expected level should be 6. | 435 | |
| indentation | Indentation | 'byte' have incorrect indentation level 5, expected level should be 6. | 436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| design | FinalClass | Class CurrentHourProvider should be declared as final. | 25 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 27 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 87 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 87 | |
| indentation | Indentation | 'throughputController' have incorrect indentation level 10, expected level should be 12. | 110 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 119 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 6. | 120 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 122 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'Collection' have incorrect indentation level 4, expected level should be 6. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 30 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 129 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 165 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 185 | |
| indentation | Indentation | '" files ready for compaction. Need "' have incorrect indentation level 10, expected level should be 12. | 192 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 202 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 203 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 204 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 205 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 206 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 207 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 209 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 210 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 212 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 213 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 215 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 216 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 218 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 222 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 223 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 224 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 225 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 226 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 227 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 265 | |
| misc | UpperEll | Should use uppercase 'L'. | 292 | |
| indentation | Indentation | '", because keyvalues outdated; time since last major compaction "' have incorrect indentation level 12, expected level should be 14. | 326 | |
| indentation | Indentation | '(' have incorrect indentation level 12, expected level should be 14. | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| indentation | Indentation | 'CompactionThroughputController' have incorrect indentation level 6, expected level should be 8. | 395 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 429 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.StoreFile.Writer' import. | 39 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 55 | |
| indentation | Indentation | 'CompactionThroughputController' have incorrect indentation level 4, expected level should be 6. | 56 | |
| indentation | Indentation | 'byte' have incorrect indentation level 4, expected level should be 6. | 79 | |
| indentation | Indentation | 'CompactionThroughputController' have incorrect indentation level 4, expected level should be 6. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| indentation | Indentation | 'regionInfo' have incorrect indentation level 12, expected level should be 14. | 106 | |
| indentation | Indentation | 'regionInfo' have incorrect indentation level 10, expected level should be 12. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 62 has parse error. Missed HTML close tag 'parentEncRegion'. Sometimes it means that close tag missed for one of previous tags. | 72 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| indentation | Indentation | 'r' have incorrect indentation level 10, expected level should be 12. | 210 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 250 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| blocks | EmptyBlock | Must have at least one statement. | 85 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | '+' have incorrect indentation level 7, expected level should be 10. | 117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 117 | |
| indentation | Indentation | 'connection' have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'RegionReplicaUtil' have incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 8. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 73 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'SplitLogCounters' have incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 84 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 84 | |
| indentation | Indentation | 'SplitLogCounters' have incorrect indentation level 12, expected level should be 14. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 85 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 86 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 93 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 93 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'SplitLogCounters' have incorrect indentation level 10, expected level should be 12. | 97 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 95 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 110 | |
| indentation | Indentation | 'ProcedureMemberRpcs' have incorrect indentation level 6, expected level should be 7. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 187 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 188 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 8. | 188 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 189 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 192 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| indentation | Indentation | 'RegionServerSnapshotManager' have incorrect indentation level 8, expected level should be 10. | 281 | |
| indentation | Indentation | 'RegionServerSnapshotManager' have incorrect indentation level 8, expected level should be 10. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| blocks | EmptyBlock | Must have at least one statement. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 | |
| indentation | Indentation | 'opThreads' have incorrect indentation level 6, expected level should be 8. | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| design | VisibilityModifier | Variable 'regionDict' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'tableDict' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'familyDict' must be private and have accessor methods. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 88 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 50 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 88 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 422 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 464 | |
| indentation | Indentation | '", rollsize="' have incorrect indentation level 6, expected level should be 8. | 519 | |
| indentation | Indentation | '", prefix="' have incorrect indentation level 6, expected level should be 8. | 520 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 521 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 627 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 641 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 724 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 743 | |
| indentation | Indentation | 'this' have incorrect indentation level 8, expected level should be 10. | 750 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 756 | |
| indentation | Indentation | '"; forcing flush of "' have incorrect indentation level 8, expected level should be 10. | 760 | |
| indentation | Indentation | 'null' have incorrect indentation level 6, expected level should be 8. | 806 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| indentation | Indentation | 'e' have incorrect indentation level 10, expected level should be 12. | 824 | |
| indentation | Indentation | 'ioe' have incorrect indentation level 12, expected level should be 14. | 840 | |
| indentation | Indentation | '"; THIS FILE WAS NOT CLOSED BUT ALL EDITS SYNCED SO SHOULD BE OK"' have incorrect indentation level 12, expected level should be 14. | 841 | |
| indentation | Indentation | '", filesize="' have incorrect indentation level 10, expected level should be 12. | 856 | |
| indentation | Indentation | 'newPathString' have incorrect indentation level 10, expected level should be 12. | 857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 883 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 965 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 969 | |
| indentation | Indentation | 'FSUtils' have incorrect indentation level 8, expected level should be 10. | 1005 | |
| indentation | Indentation | '"(It is a problem if this is NOT an ABORT! -- DATALOSS!!!!)"' have incorrect indentation level 12, expected level should be 14. | 1030 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1060 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1155 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1238 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1257 | |
| indentation | Indentation | '", continuing..."' have incorrect indentation level 8, expected level should be 10. | 1318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1413 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1509 | |
| indentation | Indentation | 'ClassSize' have incorrect indentation level 4, expected level should be 6. | 1513 | |
| indentation | Indentation | 'ClassSize' have incorrect indentation level 4, expected level should be 6. | 1514 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1593 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1612 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1701 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1722 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 1750 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1760 | |
| indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 16. | 1766 | |
| indentation | Indentation | 'this' have incorrect indentation level 12, expected level should be 14. | 1776 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1797 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1826 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1827 | |
| indentation | Indentation | 'entry' have incorrect indentation level 14, expected level should be 16. | 1860 | |
| indentation | Indentation | 'entry' have incorrect indentation level 10, expected level should be 12. | 1868 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1883 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1888 | |
| indentation | Indentation | '"FSHLog --dump hdfs://example.com:9000/hbase/.logs/MACHINE/LOGFILE"' have incorrect indentation level 6, expected level should be 8. | 1909 | |
| indentation | Indentation | '"FSHLog --split hdfs://example.com:9000/hbase/.logs/DIR"' have incorrect indentation level 6, expected level should be 8. | 1912 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1920 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 245 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 | |
| misc | UpperEll | Should use uppercase 'L'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 26 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 57 | |
| misc | UpperEll | Should use uppercase 'L'. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.CodedInputStream' import. | 47 | |
| indentation | Indentation | 'HBaseInterfaceAudience' have incorrect indentation level 2, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 167 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 173 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 176 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 177 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 180 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 262 | |
| indentation | Indentation | '(' have incorrect indentation level 12, expected level should be 14. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 152 | |
| indentation | Indentation | 'trailerSize' have incorrect indentation level 10, expected level should be 12. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.lmax.disruptor.EventFactory' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 30 | |
| indentation | Indentation | 'User' have incorrect indentation level 10, expected level should be 12. | 91 | |
| indentation | Indentation | 'conf' have incorrect indentation level 12, expected level should be 14. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.spec.SecretKeySpec' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | 'HBaseInterfaceAudience' have incorrect indentation level 2, expected level should be 4. | 41 | |
| indentation | Indentation | 'int' have incorrect indentation level 6, expected level should be 8. | 75 | |
| indentation | Indentation | '"Input stream class: "' have incorrect indentation level 16, expected level should be 18. | 124 | |
| indentation | Indentation | 'e' have incorrect indentation level 14, expected level should be 16. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 283 | |
| indentation | Indentation | '", entryStart="' have incorrect indentation level 6, expected level should be 8. | 287 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 288 | |
| indentation | Indentation | '", edit="' have incorrect indentation level 6, expected level should be 8. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 35 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 74 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 213 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 215 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| indentation | Indentation | '", sequenceid="' have incorrect indentation level 14, expected level should be 16. | 238 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 12, expected level should be 14. | 298 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 314 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 315 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 316 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 316 | |
| indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 317 | |
| indentation | Indentation | 'synchronized' child have incorrect indentation level 7, expected level should be 6. | 320 | |
| indentation | Indentation | 'synchronized' child have incorrect indentation level 7, expected level should be 6. | 321 | |
| indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 347 | |
| indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 349 | |
| indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 6. | 350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 351 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 352 | |
| indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 354 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 354 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 10. | 356 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 357 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 358 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 7, expected level should be 6. | 359 | |
| indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| indentation | Indentation | 'HRegionInfo' have incorrect indentation level 4, expected level should be 6. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 94 | |
| indentation | Indentation | 'HTableDescriptor' have incorrect indentation level 4, expected level should be 6. | 97 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 41 | |
| indentation | Indentation | 'HBaseInterfaceAudience' have incorrect indentation level 2, expected level should be 4. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'implements' have incorrect indentation level 4, expected level should be 6. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| indentation | Indentation | 'EnvironmentEdgeManager' have incorrect indentation level 6, expected level should be 8. | 288 | |
| indentation | Indentation | 'EnvironmentEdgeManager' have incorrect indentation level 6, expected level should be 8. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| indentation | Indentation | 'EnvironmentEdgeManager' have incorrect indentation level 6, expected level should be 8. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| indentation | Indentation | 'replayedActions' have incorrect indentation level 10, expected level should be 12. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.TextFormat' import. | 37 | |
| design | FinalClass | Class WALUtil should be declared as final. | 44 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 26 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 30 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.regionserver.MetricsSource' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.Service' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| indentation | Indentation | 'ReplicationStateZKBase' have incorrect indentation level 8, expected level should be 10. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 50 | |
| indentation | Indentation | 'toByteArray' have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 256 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | '", new cluster="' have incorrect indentation level 8, expected level should be 10. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 488 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 542 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 543 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 549 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 550 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 569 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 76 has parse error. Details: no viable alternative at input '<server name>' while parsing HTML_ELEMENT | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 85 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 86 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 14. | 86 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 87 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 88 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 16. | 88 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 89 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 16. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 16. | 90 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 14. | 91 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 93 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 10, expected level should be 12. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | 'java.io.IOException' should be separated from previous imports. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be one of the following: 8, 10, 12. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint' import. | 48 | |
| indentation | Indentation | 'replicationSinkMgr' have incorrect indentation level 6, expected level should be 8. | 172 | |
| indentation | Indentation | 'walGroupId' have incorrect indentation level 10, expected level should be 12. | 229 | |
| indentation | Indentation | '"call to the remote cluster timed out, which is usually "' have incorrect indentation level 14, expected level should be 16. | 250 | |
| indentation | Indentation | '"caused by a machine failure or a massive slowdown"' have incorrect indentation level 14, expected level should be 16. | 251 | |
| indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 16. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableDescriptors' import. | 51 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 54 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.BaseWALEntryFilter' import. | 70 | |
| imports | ImportOrder | Wrong order for 'com.google.common.cache.Cache' import. | 79 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 96 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 163 | |
| indentation | Indentation | 'coreThreads' have incorrect indentation level 6, expected level should be 8. | 251 | |
| indentation | Indentation | 'maxThreads' have incorrect indentation level 6, expected level should be 8. | 252 | |
| indentation | Indentation | 'keepAliveTime' have incorrect indentation level 6, expected level should be 8. | 253 | |
| indentation | Indentation | 'TimeUnit' have incorrect indentation level 6, expected level should be 8. | 254 | |
| indentation | Indentation | 'workQueue' have incorrect indentation level 6, expected level should be 8. | 255 | |
| indentation | Indentation | 'Threads' have incorrect indentation level 6, expected level should be 8. | 256 | |
| indentation | Indentation | 'outputSink' have incorrect indentation level 10, expected level should be 12. | 293 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 335 | |
| indentation | Indentation | 'CellUtil' have incorrect indentation level 8, expected level should be 10. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 448 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 465 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 492 | |
| indentation | Indentation | 'encodedRegionName' have incorrect indentation level 10, expected level should be 12. | 507 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 514 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 515 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 516 | |
| indentation | Indentation | '=' have incorrect indentation level 8, expected level should be 10. | 532 | |
| indentation | Indentation | 'rpcControllerFactory' have incorrect indentation level 12, expected level should be 14. | 544 | |
| indentation | Indentation | 'sink' have incorrect indentation level 12, expected level should be 14. | 545 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 546 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 11, expected level should be 10. | 546 | |
| indentation | Indentation | 'new' have incorrect indentation level 13, expected level should be 15. | 547 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 549 | |
| indentation | Indentation | '+' have incorrect indentation level 18, expected level should be 20. | 571 | |
| indentation | Indentation | 'extends' have incorrect indentation level 4, expected level should be 6. | 614 | |
| indentation | Indentation | 'initialEncodedRegionName' have incorrect indentation level 8, expected level should be 10. | 643 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 655 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 667 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 668 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 669 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALActionsListener' import. | 51 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 63 | |
| indentation | Indentation | 'ReplicationSourceService' have incorrect indentation level 2, expected level should be 4. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 191 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 215 | |
| indentation | Indentation | 'statsThreadPeriod' have incorrect indentation level 8, expected level should be 10. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 42 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 250 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 53 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 476 | |
| sizes | MethodLength | Method length is 152 lines (max allowed is 150). | 484 | |
| indentation | Indentation | 'this' have incorrect indentation level 12, expected level should be 14. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 644 | |
| indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 16. | 717 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 818 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 869 | |
| indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 16. | 918 | |
| indentation | Indentation | 'currentWALisBeingWrittenTo' have incorrect indentation level 14, expected level should be 16. | 919 | |
| indentation | Indentation | 'walGroupId' have incorrect indentation level 12, expected level should be 14. | 930 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 43 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 185 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| indentation | Indentation | 'clusterId' have incorrect indentation level 6, expected level should be 8. | 483 | |
| indentation | Indentation | 'fs' have incorrect indentation level 6, expected level should be 8. | 487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.GET' import. | 24 | |
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 25 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 58 | |
| misc | UpperEll | Should use uppercase 'L'. | 60 | |
| misc | UpperEll | Should use uppercase 'L'. | 61 | |
| misc | UpperEll | Should use uppercase 'L'. | 62 | |
| misc | UpperEll | Should use uppercase 'L'. | 65 | |
| misc | UpperEll | Should use uppercase 'L'. | 66 | |
| misc | UpperEll | Should use uppercase 'L'. | 67 | |
| misc | UpperEll | Should use uppercase 'L'. | 68 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 3, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.GET' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| indentation | Indentation | 'ResultGenerator' have incorrect indentation level 10, expected level should be 12. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletContext' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 87 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 91 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 136 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletContext' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.WebApplicationException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 54 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 67 | |
| indentation | Indentation | '"\nTo run the REST server as a daemon, execute "' have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | '"bin/hbase-daemon.sh start|stop rest [--infoport <port>] [-p <port>] [-ro]\n"' have incorrect indentation level 6, expected level should be 8. | 74 | |
| sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 83 | |
| indentation | Indentation | 'DNS' have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'REST_KEYTAB_FILE' have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'REST_KERBEROS_PRINCIPAL' have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | '"method requests [default: false]"' have incorrect indentation level 6, expected level should be 8. | 116 | |
| blocks | EmptyBlock | Must have at least one statement. | 155 | |
| indentation | Indentation | '"com.sun.jersey.config.property.resourceConfigClass"' have incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'ResourceConfig' have incorrect indentation level 6, expected level should be 8. | 167 | |
| indentation | Indentation | '"jetty"' have incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'REST_SSL_KEYSTORE_PASSWORD' have incorrect indentation level 8, expected level should be 10. | 194 | |
| indentation | Indentation | 'REST_SSL_KEYSTORE_KEYPASSWORD' have incorrect indentation level 8, expected level should be 10. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| indentation | Indentation | '"Invalid filter specification "' have incorrect indentation level 12, expected level should be 14. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.GET' import. | 25 | |
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 72 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.WebApplicationException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.jersey.api.core.PackagesResourceConfig' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.GET' import. | 24 | |
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.Consumes' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 86 | |
| indentation | Indentation | 'ResultGenerator' have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'value' have incorrect indentation level 10, expected level should be 12. | 115 | |
| indentation | Indentation | 'ResultGenerator' have incorrect indentation level 8, expected level should be 10. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| indentation | Indentation | 'try' have incorrect indentation level 27, expected level should be 12. | 204 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 205 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 206 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 207 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 238 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 238 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 239 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 241 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 301 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 302 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 302 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 303 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 304 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 305 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 311 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 316 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 333 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 338 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 408 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 408 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 411 | |
| indentation | Indentation | 'valueToPutCell' have incorrect indentation level 12, expected level should be 14. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 498 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 499 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 499 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 500 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 501 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 501 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 572 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 588 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 589 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 589 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 590 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 591 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 591 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 592 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 48 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 72 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 175 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 211 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 238 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 239 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 241 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 242 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 243 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 245 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 246 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 246 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 248 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 249 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 250 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 251 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 251 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 10. | 252 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 253 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 254 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 255 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 256 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 258 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 258 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 10. | 259 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 260 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 261 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 262 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.DELETE' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 38 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 50 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 74 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'MIMETYPE_BINARY' have incorrect indentation level 8, expected level should be 10. | 152 | |
| indentation | Indentation | 'Base64' have incorrect indentation level 8, expected level should be 10. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.Consumes' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 43 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 3, expected level should be 6. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 132 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.Consumes' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 87 | |
| indentation | Indentation | 'Response' have incorrect indentation level 8, expected level should be 10. | 95 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 129 | |
| indentation | Indentation | 'try' have incorrect indentation level 13, expected level should be 8. | 129 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 200 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.GET' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ClusterStatus' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLoad' import. | 38 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 64 | |
| indentation | Indentation | 'model' have incorrect indentation level 10, expected level should be 12. | 79 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 87 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 88 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 89 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 90 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 91 | |
| indentation | Indentation | 'region' have incorrect indentation level 12, expected level should be 14. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.GET' import. | 24 | |
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.DefaultValue' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 173 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 174 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 8. | 174 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 176 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 177 | |
| indentation | Indentation | 'else' have incorrect indentation level 10, expected level should be 8. | 178 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 179 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 180 | |
| indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.DefaultValue' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletContext' import. | 24 | |
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| indentation | Indentation | 'MIMETYPE_PROTOBUF_IETF' have incorrect indentation level 4, expected level should be 6. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.httpclient.Header' import. | 28 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 75 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| indentation | Indentation | 'method' have incorrect indentation level 8, expected level should be 10. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 399 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 501 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 512 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 4, expected level should be 6. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.JAXBContext' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 132 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 132 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 134 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 147 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 155 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 156 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 171 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 172 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 174 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 174 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 175 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 176 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 178 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 179 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 180 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 209 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 211 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 213 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 215 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 218 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 220 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 221 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 223 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 223 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 224 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 225 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 227 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 228 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 229 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 257 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 259 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 260 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 261 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 262 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 262 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 263 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 264 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 265 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 266 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 267 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 268 | |
| indentation | Indentation | 'model' have incorrect indentation level 8, expected level should be 10. | 294 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 297 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 298 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 299 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 300 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 301 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 301 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 302 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 303 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 304 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 305 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 306 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 307 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 342 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 343 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 344 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 346 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 346 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 347 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 348 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 349 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 350 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 351 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 352 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 381 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 383 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 385 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 386 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 387 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 388 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 388 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 389 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 390 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 391 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 392 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 70 | |
| indentation | Indentation | '(' have incorrect indentation level 16, expected level should be 18. | 119 | |
| indentation | Indentation | 'cell' have incorrect indentation level 10, expected level should be 12. | 190 | |
| indentation | Indentation | 'ts' have incorrect indentation level 10, expected level should be 12. | 203 | |
| indentation | Indentation | 'CellUtil' have incorrect indentation level 10, expected level should be 12. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 270 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 271 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 271 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 272 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 273 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 274 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 275 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 276 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 276 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 277 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 278 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 279 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 280 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 281 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 282 | |
| indentation | Indentation | 'range' have incorrect indentation level 6, expected level should be 8. | 297 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 320 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 320 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 348 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 390 | |
| indentation | Indentation | 'model' have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 414 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 416 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 417 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 417 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 418 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 419 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 420 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 421 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 422 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 423 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 436 | |
| indentation | Indentation | 'model' have incorrect indentation level 8, expected level should be 10. | 466 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 469 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 470 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 471 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 473 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 473 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 474 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 475 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 476 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 477 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 478 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 479 | |
| indentation | Indentation | 'delete' have incorrect indentation level 6, expected level should be 8. | 488 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 493 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 494 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 496 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 497 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 497 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 498 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 499 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 500 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 501 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 503 | |
| indentation | Indentation | 'Constants' have incorrect indentation level 10, expected level should be 12. | 538 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 541 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 542 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 543 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 544 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 545 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 546 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 546 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 547 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 548 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 549 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 550 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 551 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 552 | |
| indentation | Indentation | 'Constants' have incorrect indentation level 10, expected level should be 12. | 565 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 568 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 569 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 569 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 570 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 570 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 571 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 572 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 573 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 574 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 575 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 576 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 577 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 577 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 578 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 579 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 580 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 581 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 582 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 583 | |
| indentation | Indentation | 'Constants' have incorrect indentation level 8, expected level should be 10. | 694 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 697 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 698 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 699 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 700 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 701 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 702 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 703 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 703 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 704 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 705 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 706 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 707 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 708 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 709 | |
| indentation | Indentation | 'Constants' have incorrect indentation level 8, expected level should be 10. | 737 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 740 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 741 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 742 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 743 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 744 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 745 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 746 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 746 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 747 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 748 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 749 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 750 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 751 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 752 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.httpclient.Header' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.FilterConfig' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| indentation | Indentation | 'DNS' have incorrect indentation level 14, expected level should be 16. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletInputStream' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletInputStream' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletOutputStream' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletOutputStream' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.Filter' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAccessType' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAccessType' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAnyAttribute' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAccessType' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 85 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAccessType' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAccessType' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAttribute' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 80 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 129 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 130 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 200 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 201 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 203 | |
| design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 204 | |
| design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 205 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 206 | |
| design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 207 | |
| design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 208 | |
| design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 209 | |
| design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 210 | |
| design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 211 | |
| design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 212 | |
| design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 213 | |
| design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 214 | |
| design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 215 | |
| design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 216 | |
| design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 217 | |
| design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 343 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 354 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 364 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 365 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 366 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 367 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 368 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 369 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 370 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 371 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 372 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 373 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 374 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 377 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 378 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 379 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 383 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 385 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 386 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 387 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 387 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 10. | 388 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 12. | 389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 389 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 10. | 390 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 391 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 392 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 394 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 395 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 396 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 397 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 398 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 399 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 400 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 401 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 402 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 403 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 403 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 10. | 404 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 12. | 405 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 10. | 406 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 408 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 411 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 412 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 413 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 414 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 417 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 418 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 419 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 420 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 421 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 422 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 423 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 424 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 425 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 426 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 427 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 428 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 429 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 430 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 431 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 432 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 435 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 436 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 437 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 438 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 439 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 439 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 440 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 441 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 442 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 443 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 446 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 447 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 448 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 449 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 450 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 451 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 452 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 453 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 454 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 455 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 456 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 457 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 458 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 459 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 460 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 461 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 462 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 463 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 464 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 465 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 480 | |
| indentation | Indentation | 'FilterModel' have incorrect indentation level 6, expected level should be 8. | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 569 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 592 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 594 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 759 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAttribute' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 | |
| indentation | Indentation | 'memstoreSizeMB' have incorrect indentation level 8, expected level should be 10. | 388 | |
| indentation | Indentation | 'writeRequestsCount' have incorrect indentation level 8, expected level should be 10. | 389 | |
| indentation | Indentation | 'totalStaticBloomSizeKB' have incorrect indentation level 8, expected level should be 10. | 390 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 501 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 587 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 625 | |
| indentation | Indentation | '"%.4f average load%n%n"' have incorrect indentation level 6, expected level should be 8. | 646 | |
| indentation | Indentation | 'averageLoad' have incorrect indentation level 6, expected level should be 8. | 647 | |
| indentation | Indentation | 'StorageClusterStatus' have incorrect indentation level 8, expected level should be 10. | 718 | |
| indentation | Indentation | 'StorageClusterStatus' have incorrect indentation level 10, expected level should be 12. | 726 | |
| indentation | Indentation | 'addLiveNode' have incorrect indentation level 8, expected level should be 10. | 767 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 773 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 774 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 775 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 776 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 777 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 778 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 779 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 780 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 781 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 782 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 783 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 784 | |
| indentation | Indentation | 'region' have incorrect indentation level 10, expected level should be 12. | 785 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlRootElement' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAttribute' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlElementRef' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAttribute' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAttribute' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 26 | |
| imports | ImportOrder | Wrong order for 'javax.xml.bind.annotation.XmlAnyAttribute' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 37 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 74 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'TableSchema' have incorrect indentation level 8, expected level should be 10. | 271 | |
| indentation | Indentation | 'ColumnSchema' have incorrect indentation level 10, expected level should be 12. | 282 | |
| indentation | Indentation | 'family' have incorrect indentation level 10, expected level should be 12. | 327 | |
| indentation | Indentation | 'family' have incorrect indentation level 10, expected level should be 12. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletContext' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.ext.ContextResolver' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.sun.jersey.api.json.JSONConfiguration' import. | 47 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 65 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 66 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 67 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 68 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 69 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 70 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 72 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 73 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 74 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 75 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 77 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.Consumes' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 51 | |
| indentation | Indentation | 'inputStream' have incorrect indentation level 10, expected level should be 12. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.Produces' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 34 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.Produces' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 35 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'mechanismName' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'authenticationMethod' must be private and have accessor methods. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.spec.SecretKeySpec' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'wrappedKey' have incorrect indentation level 6, expected level should be 8. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.callback.Callback' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 40 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 109 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 115 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 117 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.callback.Callback' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.token.SecretManager.InvalidToken' import. | 42 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 | |
| indentation | Indentation | 'getIdentifier' have incorrect indentation level 14, expected level should be 16. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 106 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.sasl.Sasl' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.codec.binary.Base64' import. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| design | VisibilityModifier | Variable 'saslQop' must be private and have accessor methods. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 82 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.cache.LoadingCache' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.cache.CacheBuilder' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 72 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 138 | |
| indentation | Indentation | 'null' have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 139 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'AccessControlProtos' have incorrect indentation level 10, expected level should be 12. | 597 | |
| indentation | Indentation | '(' have incorrect indentation level 12, expected level should be 14. | 611 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 630 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 631 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 634 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 636 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 637 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 639 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 640 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 640 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 641 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 642 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 643 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 644 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 646 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 647 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 648 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 650 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 651 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 652 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 654 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 657 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 658 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 659 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 660 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 660 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 661 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 661 | |
| indentation | Indentation | 'cell' have incorrect indentation level 8, expected level should be 9. | 662 | |
| indentation | Indentation | 'while' have incorrect indentation level 5, expected level should be 4. | 663 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 664 | |
| indentation | Indentation | 'while' child have incorrect indentation level 7, expected level should be 6. | 664 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 665 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 669 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 669 | |
| indentation | Indentation | 'AccessControlProtos' have incorrect indentation level 11, expected level should be 13. | 670 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 671 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 672 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 672 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 11, expected level should be 13. | 673 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 675 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 675 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 676 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 677 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 678 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 680 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 9, expected level should be 8. | 680 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 680 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 681 | |
| indentation | Indentation | 'for' have incorrect indentation level 11, expected level should be 10. | 682 | |
| indentation | Indentation | 'for' child have incorrect indentation level 13, expected level should be 12. | 683 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 13, expected level should be 12. | 683 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 684 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 14. | 685 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 686 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 11, expected level should be 10. | 687 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 688 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 689 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 5, expected level should be 4. | 690 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 691 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 692 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 118 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 171 | |
| indentation | Indentation | 'tables' have incorrect indentation level 6, expected level should be 8. | 239 | |
| indentation | Indentation | 'AccessControlLists' have incorrect indentation level 10, expected level should be 12. | 272 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 293 | |
| indentation | Indentation | 'CellUtil' have incorrect indentation level 16, expected level should be 18. | 348 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 | |
| sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| indentation | Indentation | 'cell' have incorrect indentation level 12, expected level should be 14. | 888 | |
| indentation | Indentation | 'cell' have incorrect indentation level 10, expected level should be 12. | 921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1035 | |
| indentation | Indentation | 'getActiveUser' have incorrect indentation level 6, expected level should be 8. | 1121 | |
| indentation | Indentation | 'Action' have incorrect indentation level 6, expected level should be 8. | 1146 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 1292 | |
| indentation | Indentation | 'Permission' have incorrect indentation level 6, expected level should be 8. | 1305 | |
| blocks | EmptyBlock | Must have at least one statement. | 1311 | |
| indentation | Indentation | 'Permission' have incorrect indentation level 8, expected level should be 10. | 1332 | |
| blocks | EmptyBlock | Must have at least one statement. | 1341 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1356 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1385 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1506 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1508 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1509 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1510 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1511 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1512 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1513 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1514 | |
| indentation | Indentation | 'AccessControlFilter' have incorrect indentation level 14, expected level should be 16. | 1539 | |
| indentation | Indentation | 'cfVsMaxVersions' have incorrect indentation level 14, expected level should be 16. | 1540 | |
| indentation | Indentation | 'AccessControlFilter' have incorrect indentation level 12, expected level should be 14. | 1569 | |
| indentation | Indentation | 'm' have incorrect indentation level 12, expected level should be 14. | 1702 | |
| indentation | Indentation | 'Action' have incorrect indentation level 6, expected level should be 8. | 1741 | |
| indentation | Indentation | 'families' have incorrect indentation level 8, expected level should be 10. | 1862 | |
| indentation | Indentation | 'Action' have incorrect indentation level 6, expected level should be 8. | 1941 | |
| indentation | Indentation | 'oldCell' have incorrect indentation level 10, expected level should be 12. | 2005 | |
| indentation | Indentation | '" length "' have incorrect indentation level 16, expected level should be 18. | 2012 | |
| indentation | Indentation | 'AccessControlProtos' have incorrect indentation level 14, expected level should be 16. | 2020 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2021 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 14, expected level should be 16. | 2023 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2156 | |
| indentation | Indentation | 'methodName' have incorrect indentation level 8, expected level should be 10. | 2174 | |
| indentation | Indentation | 'getTableName' have incorrect indentation level 8, expected level should be 10. | 2175 | |
| indentation | Indentation | 'Action' have incorrect indentation level 8, expected level should be 10. | 2176 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2204 | |
| indentation | Indentation | 'perm' have incorrect indentation level 14, expected level should be 16. | 2208 | |
| indentation | Indentation | 'block' child have incorrect indentation level 11, expected level should be 12. | 2212 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2255 | |
| indentation | Indentation | 'perm' have incorrect indentation level 14, expected level should be 16. | 2259 | |
| indentation | Indentation | 'ProtobufUtil' have incorrect indentation level 12, expected level should be 14. | 2304 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2309 | |
| indentation | Indentation | 'familyMap' have incorrect indentation level 14, expected level should be 16. | 2388 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 2484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2501 | |
| indentation | Indentation | 'Action' have incorrect indentation level 6, expected level should be 8. | 2551 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 30 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 93 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 102 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 120 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 122 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 133 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| blocks | LeftCurly | '{' at column 16 should have line break after. | 314 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 376 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| blocks | EmptyBlock | Must have at least one statement. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 536 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 617 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 618 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 747 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 34 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 57 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.PrepareBulkLoadRequest' import. | 47 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.CleanupBulkLoadRequest' import. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 | |
| design | FinalClass | Class TableAuthManager should be declared as final. | 52 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 444 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 477 | |
| indentation | Indentation | '" for "' have incorrect indentation level 8, expected level should be 10. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| indentation | Indentation | '" for "' have incorrect indentation level 8, expected level should be 10. | 525 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 8, expected level should be 10. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 686 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 687 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 699 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 700 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 715 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 748 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 206 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 211 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 242 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 292 | |
| indentation | Indentation | 'justification' have incorrect indentation level 4, expected level should be 6. | 310 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 95 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 32 | |
| indentation | Indentation | 'AuthenticationProtos' have incorrect indentation level 6, expected level should be 8. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.IOException' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.ConnectionFactory. | 34 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.UserProvider. | 40 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.security.UserGroupInformation. | 46 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 577 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 589 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 605 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 650 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 300 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 301 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 302 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 303 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 304 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 305 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 49 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 212 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6, 8. | 213 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 213 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 230 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 230 | |
| indentation | Indentation | 'table' have incorrect indentation level 10, expected level should be 12. | 231 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 233 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6, 8. | 338 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 338 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 364 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 364 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 367 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 369 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 193 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 203 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 259 | |
| indentation | Indentation | '"Mutation contains cell with reserved type tag"' have incorrect indentation level 14, expected level should be 16. | 334 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 53 has parse error. Details: no viable alternative at input '<Boolean,' while parsing HTML_ELEMENT | 455 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 513 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 645 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 774 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 782 | |
| indentation | Indentation | 'response' have incorrect indentation level 8, expected level should be 10. | 783 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 803 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 843 | |
| indentation | Indentation | 'response' have incorrect indentation level 8, expected level should be 10. | 844 | |
| indentation | Indentation | 'null' have incorrect indentation level 10, expected level should be 12. | 857 | |
| indentation | Indentation | 'labelAuths' have incorrect indentation level 10, expected level should be 12. | 981 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| design | FinalClass | Class VisibilityLabelServiceManager should be declared as final. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| design | FinalClass | Class VisibilityLabelsCache should be declared as final. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ListenableFuture' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 130 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 135 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 142 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 145 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 147 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 149 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 150 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 154 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 156 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 157 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 159 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 162 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 166 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 34 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 231 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.util.Arrays' should be separated from previous imports. | 28 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 69 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 77 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 80 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'finally rcurly' have incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 49 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.InputFormat' import. | 70 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream' import. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 537 | |
| indentation | Indentation | '.' have incorrect indentation level 14, expected level should be 16. | 548 | |
| indentation | Indentation | '.' have incorrect indentation level 14, expected level should be 16. | 549 | |
| indentation | Indentation | '.' have incorrect indentation level 14, expected level should be 16. | 550 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 561 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 586 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 672 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 733 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 736 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 767 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 768 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 793 | |
| sizes | MethodLength | Method length is 175 lines (max allowed is 150). | 848 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 927 | |
| indentation | Indentation | '"' already exists in the destination: "' have incorrect indentation level 10, expected level should be 12. | 939 | |
| indentation | Indentation | 'SnapshotDescriptionUtils' have incorrect indentation level 8, expected level should be 10. | 981 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1061 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1063 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 47 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| indentation | Indentation | 'regionsByName' have incorrect indentation level 10, expected level should be 12. | 381 | |
| indentation | Indentation | 'regionsByName' have incorrect indentation level 10, expected level should be 12. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 434 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 437 | |
| indentation | Indentation | 'MobUtils' have incorrect indentation level 6, expected level should be 8. | 461 | |
| indentation | Indentation | '" from region="' have incorrect indentation level 12, expected level should be 14. | 498 | |
| indentation | Indentation | '" to region="' have incorrect indentation level 12, expected level should be 14. | 505 | |
| indentation | Indentation | '" from region="' have incorrect indentation level 10, expected level should be 12. | 511 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 555 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 558 | |
| indentation | Indentation | 'tableDesc' have incorrect indentation level 6, expected level should be 8. | 579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| indentation | Indentation | 'manifest' have incorrect indentation level 6, expected level should be 8. | 638 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 699 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 769 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 783 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 784 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 786 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 787 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 788 | |
| indentation | Indentation | 'manifest' have incorrect indentation level 6, expected level should be 8. | 813 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.snapshot.SnapshotManifestV2. | 34 | |
| design | FinalClass | Class SnapshotDescriptionUtils should be declared as final. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 169 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 273 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 135 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 165 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 203 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 235 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| indentation | Indentation | '(' have incorrect indentation level 14, expected level should be 16. | 428 | |
| indentation | Indentation | 'table' have incorrect indentation level 14, expected level should be 16. | 429 | |
| indentation | Indentation | 'state' have incorrect indentation level 14, expected level should be 16. | 430 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 433 | |
| indentation | Indentation | 'stats' have incorrect indentation level 8, expected level should be 10. | 440 | |
| indentation | Indentation | 'stats' have incorrect indentation level 8, expected level should be 10. | 442 | |
| indentation | Indentation | 'stats' have incorrect indentation level 8, expected level should be 10. | 449 | |
| indentation | Indentation | 'stats' have incorrect indentation level 8, expected level should be 10. | 450 | |
| indentation | Indentation | 'fileSizeToString' have incorrect indentation level 8, expected level should be 10. | 451 | |
| indentation | Indentation | 'stats' have incorrect indentation level 8, expected level should be 10. | 452 | |
| indentation | Indentation | 'fileSizeToString' have incorrect indentation level 8, expected level should be 10. | 453 | |
| indentation | Indentation | 'stats' have incorrect indentation level 8, expected level should be 10. | 454 | |
| indentation | Indentation | 'fileSizeToString' have incorrect indentation level 8, expected level should be 10. | 455 | |
| indentation | Indentation | 'stats' have incorrect indentation level 8, expected level should be 10. | 458 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 499 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. | 507 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| indentation | Indentation | 'fs' have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| indentation | Indentation | 'final' have incorrect indentation level 7, expected level should be 8. | 57 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 193 | |
| indentation | Indentation | '" found="' have incorrect indentation level 10, expected level should be 12. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 22 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 56 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| indentation | Indentation | 'sqlPredicatePushDownCellToColumnMapping' have incorrect indentation level 12, expected level should be 13. | 201 | |
| indentation | Indentation | 'familyEntry' have incorrect indentation level 12, expected level should be 13. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 76 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 78 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 78 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 79 | |
| indentation | Indentation | 'while' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 81 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 82 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 82 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 83 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 83 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 86 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 87 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 89 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 89 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 91 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 91 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 92 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.Subject' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift.generated.AlreadyExists' import. | 41 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 77 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 82 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 114 | |
| sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 114 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 6. | 117 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 125 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 10. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 10. | 147 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 148 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 150 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 177 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 177 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 179 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 212 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 221 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 221 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 226 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 242 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 242 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 244 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 249 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 255 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 256 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 258 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 263 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 264 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 266 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 268 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 270 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 271 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 274 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 274 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 275 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 275 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 281 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 284 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 286 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 287 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 289 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 290 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 291 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 292 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 293 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 294 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 294 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 297 | |
| sizes | LineLength | Line is longer than 100 characters (found 149). | 297 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 299 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 300 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 301 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 304 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 304 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 304 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 307 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 308 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 310 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 317 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 318 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 320 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 324 | |
| sizes | LineLength | Line is longer than 100 characters (found 161). | 324 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 329 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 330 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 331 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 341 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 342 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 347 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 352 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 357 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 358 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 360 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 365 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 367 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 369 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 372 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 378 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 379 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| design | FinalClass | Class HbaseHandlerMetricsProxy should be declared as final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.Subject' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift.generated.AlreadyExists' import. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| indentation | Indentation | 'counter' have incorrect indentation level 14, expected level should be 16. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| blocks | EmptyBlock | Must have at least one statement. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 44 | |
| design | FinalClass | Class ClientConnnection should be declared as final. | 259 | |
| blocks | EmptyBlock | Must have at least one statement. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| indentation | Indentation | '"hbase.thrift.slow.response.nano.second"' have incorrect indentation level 4, expected level should be 6. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 93 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 5, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 96 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 98 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 99 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 6. | 99 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 101 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 102 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 104 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 191 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.callback.Callback' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 48 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 151 | |
| indentation | Indentation | '"hbase.thrift.kerberos.principal"' have incorrect indentation level 8, expected level should be 10. | 304 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 432 | |
| indentation | Indentation | 'conf' have incorrect indentation level 8, expected level should be 10. | 462 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 467 | |
| indentation | Indentation | '(' have incorrect indentation level 12, expected level should be 14. | 502 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 4. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 1041 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 12. | 1043 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1353 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 1650 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1669 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 10, expected level should be 12. | 1685 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 10, expected level should be 8. | 1791 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 10, expected level should be 8. | 1828 | |
| indentation | Indentation | 'Map' have incorrect indentation level 4, expected level should be 6. | 1839 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | 'Compression' have incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'BloomType' have incorrect indentation level 6, expected level should be 8. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 8. | 153 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 154 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 155 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 155 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 156 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 158 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 159 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 160 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 164 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 165 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 8. | 166 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 167 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 168 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 172 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 6. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.Subject' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift2.generated.TColumnValue' import. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 55 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.callback.Callback' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 51 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.SaslRpcServer.SaslGssCallbackHandler' import. | 67 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 143 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 181 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 229 | |
| sizes | MethodLength | Method length is 182 lines (max allowed is 150). | 323 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 332 | |
| indentation | Indentation | '&&' have incorrect indentation level 6, expected level should be 8. | 373 | |
| indentation | Indentation | '"hbase.thrift.kerberos.principal"' have incorrect indentation level 8, expected level should be 10. | 379 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 417 | |
| indentation | Indentation | 'ThriftHBaseServiceHandler' have incorrect indentation level 6, expected level should be 8. | 419 | |
| indentation | Indentation | '(' have incorrect indentation level 12, expected level should be 14. | 437 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 | |
| design | FinalClass | Class ThriftUtilities should be declared as final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Callable' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.time.StopWatch' import. | 43 | |
| indentation | Indentation | 'region' have incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'region' have incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 185 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 186 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 187 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 188 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 189 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| indentation | Indentation | 'NamespaceDescriptor' have incorrect indentation level 4, expected level should be 6. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 591 | |
| indentation | Indentation | '"Usage: bin/hbase %s [opts] [table1 [table2]...] | [regionserver1 [regionserver2]..]%n"' have incorrect indentation level 6, expected level should be 8. | 606 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 680 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 685 | |
| indentation | Indentation | 'admin' have incorrect indentation level 14, expected level should be 16. | 770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 892 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 901 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 915 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 986 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| indentation | Indentation | 'LogFactory' have incorrect indentation level 4, expected level should be 6. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 874 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 875 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 26 should have line break after. | 52 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 55 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 58 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 61 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 64 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 67 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 70 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 37 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 40 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 43 should have line break after. | 36 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 39 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 42 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 46 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 39 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 39 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 39 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 45 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 40 should have line break after. | 37 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.CodedInputStream' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 37 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 40 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 43 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 46 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 49 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 24 should have line break after. | 46 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 53 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 56 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 59 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 69 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 25 should have line break after. | 43 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 53 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 56 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 66 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 119 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 122 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 125 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 128 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 135 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 141 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| blocks | LeftCurly | '{' at column 47 should have line break after. | 43 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 48 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 63 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 66 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 69 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 72 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.BasicParser' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 41 | |
| design | FinalClass | Class Base64 should be declared as final. | 120 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 188 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 189 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 190 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 191 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 192 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 193 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 194 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 195 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 196 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 197 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 198 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 206 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 207 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 208 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 209 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 210 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 211 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 212 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 213 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 214 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 215 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 216 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 217 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 218 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 219 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 220 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 221 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 222 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 223 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 224 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 225 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 226 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 239 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 240 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 241 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 242 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 243 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 244 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 245 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 246 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 247 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 248 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 53, 55. | 249 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 256 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 257 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 258 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 259 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 260 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 261 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 262 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 263 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 264 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 265 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 266 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 267 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 268 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 269 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 270 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 271 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 272 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 273 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 274 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 275 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 276 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 277 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 278 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 279 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 280 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 298 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 299 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 300 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 301 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 302 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 303 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 304 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 305 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 306 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 307 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 6, 52, 54. | 308 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 315 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 316 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 317 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 318 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 319 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 320 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 321 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 322 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 323 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 324 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 325 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 326 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 327 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 328 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 329 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 330 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 331 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 332 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 333 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 334 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 335 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 336 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 337 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 338 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 339 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 491 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 492 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 493 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 494 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 496 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 498 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 499 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 500 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 503 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 505 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 506 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 508 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 509 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 510 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 512 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 886 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 950 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1117 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1342 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 48 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 49 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 50 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 51 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 52 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 54 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractQueue' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 43 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 138 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 144 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 145 | |
| indentation | Indentation | 'else' child have incorrect indentation level 7, expected level should be 6. | 146 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 5, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 148 | |
| misc | UpperEll | Should use uppercase 'L'. | 220 | |
| misc | UpperEll | Should use uppercase 'L'. | 222 | |
| misc | UpperEll | Should use uppercase 'L'. | 223 | |
| misc | UpperEll | Should use uppercase 'L'. | 228 | |
| misc | UpperEll | Should use uppercase 'L'. | 234 | |
| misc | UpperEll | Should use uppercase 'L'. | 235 | |
| misc | UpperEll | Should use uppercase 'L'. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| misc | UpperEll | Should use uppercase 'L'. | 312 | |
| misc | UpperEll | Should use uppercase 'L'. | 325 | |
| misc | UpperEll | Should use uppercase 'L'. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 715 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 716 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 729 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 730 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 758 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 768 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 769 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 817 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 818 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 819 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 838 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 839 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 840 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 841 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 842 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 874 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| indentation | Indentation | 'byteRange' have incorrect indentation level 6, expected level should be 8. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 24 | |
| design | FinalClass | Class ByteStringer should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 44 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 641 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 670 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 786 | |
| indentation | Indentation | 'explainWrongLengthOrOffset' have incorrect indentation level 4, expected level should be 6. | 805 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 813 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 826 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 978 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1039 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1132 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 3, expected level should be 4. | 1146 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1252 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 1257 | |
| indentation | Indentation | 'T' have incorrect indentation level 6, expected level should be 8. | 1408 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 1441 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 1577 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1618 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1650 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1663 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1664 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1665 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1692 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1693 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1703 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1704 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1713 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1723 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1830 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1843 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1844 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1846 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1854 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1867 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1876 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1936 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1937 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1941 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1943 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1970 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2066 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2069 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2072 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2108 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2143 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2146 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 2161 | |
| indentation | Indentation | 'val' have incorrect indentation level 8, expected level should be 10. | 2172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2230 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2247 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 2259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2518 | |
| indentation | Indentation | 'srcBytes' have incorrect indentation level 8, expected level should be 10. | 2528 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 2534 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 2545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2578 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 2585 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2614 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 2630 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 2632 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 2634 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 2634 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 4. | 2635 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 2635 | |
| indentation | Indentation | 'while' have incorrect indentation level 6, expected level should be 4. | 2637 | |
| indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 6. | 2638 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 6, expected level should be 4. | 2639 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 2640 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 2641 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 210 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 39 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 | |
| indentation | Indentation | '"Usage: CompressionTest <path> "' have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'StringUtils' have incorrect indentation level 6, expected level should be 8. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| indentation | Indentation | '"\n"' have incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | '"For example:\n"' have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | '" hbase "' have incorrect indentation level 6, expected level should be 8. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| indentation | Indentation | 'value' have incorrect indentation level 4, expected level should be 6. | 135 | |
| indentation | Indentation | 'justification' have incorrect indentation level 4, expected level should be 6. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Supplier' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| indentation | Indentation | 'connections' have incorrect indentation level 3, expected level should be 6. | 53 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 73 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 36 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 44 | |
| design | FinalClass | Class CoprocessorClassLoader should be declared as final. | 74 | |
| indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 6. | 81 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 90 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 99 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 100 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 101 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 102 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 103 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 104 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 105 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 106 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 108 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 109 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 110 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 112 | |
| indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 10. | 123 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 149 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | '+' have incorrect indentation level 12, expected level should be 14. | 179 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 242 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 244 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 245 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. | 246 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 255 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 345 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 361 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 195 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.management.JMException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 39 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 65 | |
| indentation | Indentation | 'LOCAL_DIR_KEY' have incorrect indentation level 6, expected level should be 8. | 105 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 121 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 149 | |
| indentation | Indentation | 'synchronized' child have incorrect indentation level 8, expected level should be 6. | 149 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 150 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 152 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 153 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 154 | |
| indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 6. | 155 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 8. | 156 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 158 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 159 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 160 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 161 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 164 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 165 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 10. | 166 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 170 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 10. | 171 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 8. | 172 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 6. | 173 | |
| indentation | Indentation | 'synchronized' child have incorrect indentation level 8, expected level should be 6. | 174 | |
| indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 6, expected level should be 4. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| design | FinalClass | Class EncryptionTest should be declared as final. | 38 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| indentation | Indentation | 'KeyStoreKeyProvider' have incorrect indentation level 6, expected level should be 8. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| indentation | Indentation | 'DefaultCipherProvider' have incorrect indentation level 6, expected level should be 8. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'conf' have incorrect indentation level 12, expected level should be 14. | 129 | |
| indentation | Indentation | 'key' have incorrect indentation level 12, expected level should be 14. | 130 | |
| indentation | Indentation | 'context' have incorrect indentation level 10, expected level should be 12. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| design | FinalClass | Class ExceptionUtil should be declared as final. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| indentation | Indentation | 'conf' have incorrect indentation level 8, expected level should be 10. | 260 | |
| indentation | Indentation | '"ms (hbase.lease.recovery.timeout); continuing, but may be DATALOSS!!!; "' have incorrect indentation level 8, expected level should be 10. | 261 | |
| indentation | Indentation | 'getLogMessageDetail' have incorrect indentation level 8, expected level should be 10. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| indentation | Indentation | 'getLogMessageDetail' have incorrect indentation level 8, expected level should be 10. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| indentation | Indentation | '" by changing permission to readonly"' have incorrect indentation level 6, expected level should be 8. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.BlockLocation' import. | 29 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.util.FSUtils. | 33 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 12 has parse error. Details: no viable alternative at input '<Region -' while parsing HTML_ELEMENT | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'java.io.FileNotFoundException' should be separated from previous imports. | 21 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 31 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 115 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| indentation | Indentation | 'new' have incorrect indentation level 2, expected level should be 6. | 460 | |
| indentation | Indentation | 'Pattern' have incorrect indentation level 4, expected level should be 6. | 506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 522 | |
| indentation | Indentation | 'Path' have incorrect indentation level 3, expected level should be 6. | 546 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 566 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 628 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 682 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 683 | |
| indentation | Indentation | 'getTableInfoSequenceId' have incorrect indentation level 6, expected level should be 8. | 696 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.HadoopIllegalArgumentException' import. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 71 | |
| imports | ImportOrder | Wrong order for 'com.google.common.primitives.Ints' import. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| indentation | Indentation | 'String' have incorrect indentation level 10, expected level should be 12. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 512 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| indentation | Indentation | 'FSProtos' have incorrect indentation level 6, expected level should be 8. | 608 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 621 | |
| indentation | Indentation | 'FSProtos' have incorrect indentation level 6, expected level should be 8. | 625 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 667 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 672 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 673 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 674 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 675 | |
| indentation | Indentation | '+' have incorrect indentation level 6, expected level should be 8. | 676 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 693 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 6, expected level should be 8. | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 851 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 859 | |
| indentation | Indentation | 'Path' have incorrect indentation level 10, expected level should be 12. | 882 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 897 | |
| indentation | Indentation | '"URI -- check your "' have incorrect indentation level 8, expected level should be 10. | 937 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 945 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 946 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 949 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 955 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 967 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 970 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1000 | |
| indentation | Indentation | 'HRegion' have incorrect indentation level 6, expected level should be 8. | 1029 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1042 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1082 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1101 | |
| indentation | Indentation | 'cfCount' have incorrect indentation level 8, expected level should be 10. | 1131 | |
| indentation | Indentation | 'cfCountTotal' have incorrect indentation level 6, expected level should be 8. | 1135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1342 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1343 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1401 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1451 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1453 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1522 | |
| indentation | Indentation | 'final' have incorrect indentation level 2, expected level should be 6. | 1546 | |
| indentation | Indentation | 'final' have incorrect indentation level 2, expected level should be 6. | 1568 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1603 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1636 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1656 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1712 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1714 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1716 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1727 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1792 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1890 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1892 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1986 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 1991 | |
| indentation | Indentation | '"be set to true."' have incorrect indentation level 8, expected level should be 10. | 1995 | |
| indentation | Indentation | '"it, see https://issues.apache.org/jira/browse/HBASE-6868."' have incorrect indentation level 8, expected level should be 10. | 1996 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2004 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2020 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2026 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.ipc.RemoteException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| indentation | Indentation | '"hbase.hbck.lockfile.maxwaittime"' have incorrect indentation level 6, expected level should be 8. | 419 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 635 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 677 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 717 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 718 | |
| design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 740 | |
| design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 741 | |
| design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 742 | |
| design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 743 | |
| design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 744 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| indentation | Indentation | 'tablesInfo' have incorrect indentation level 12, expected level should be 14. | 827 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 877 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 914 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 930 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1014 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1017 | |
| indentation | Indentation | '"Found lingering reference file "' have incorrect indentation level 8, expected level should be 10. | 1021 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1041 | |
| indentation | Indentation | 'emptyRegionInfoQualifiers' have incorrect indentation level 6, expected level should be 8. | 1057 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1244 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1264 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1293 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 1296 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1307 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1372 | |
| indentation | Indentation | '"You may need to restore the previously sidelined hbase:meta"' have incorrect indentation level 8, expected level should be 10. | 1453 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 42 has parse error. Details: no viable alternative at input '<table name>' while parsing HTML_ELEMENT | 1520 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 1626 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1636 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1637 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 1670 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1673 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1674 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1727 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1743 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 1863 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1905 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1986 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 1987 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2006 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2026 | |
| indentation | Indentation | '"org.apache.hadoop.hbase.master.HMaster.offline([B)"' have incorrect indentation level 8, expected level should be 10. | 2053 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2074 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2175 | |
| sizes | MethodLength | Method length is 219 lines (max allowed is 150). | 2196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2199 | |
| indentation | Indentation | 'hasMetaAssignment' have incorrect indentation level 6, expected level should be 8. | 2208 | |
| indentation | Indentation | 'hbi' have incorrect indentation level 6, expected level should be 8. | 2209 | |
| indentation | Indentation | 'hbi' have incorrect indentation level 6, expected level should be 8. | 2214 | |
| indentation | Indentation | '"tabled that is not deployed"' have incorrect indentation level 8, expected level should be 10. | 2224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2271 | |
| indentation | Indentation | 'regionDir' have incorrect indentation level 20, expected level should be 22. | 2285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2421 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 2424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2456 | |
| indentation | Indentation | 'TreeMultimap' have incorrect indentation level 6, expected level should be 8. | 2620 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2638 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2647 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2665 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2826 | |
| indentation | Indentation | '"regions which is greater than "' have incorrect indentation level 12, expected level should be 14. | 2865 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2867 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 2880 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2905 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2908 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2916 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2934 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2950 | |
| indentation | Indentation | 'RegionSplitCalculator' have incorrect indentation level 10, expected level should be 12. | 2959 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2967 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2970 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2978 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2986 | |
| indentation | Indentation | '+' have incorrect indentation level 14, expected level should be 16. | 2987 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2998 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3057 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3060 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3160 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 3195 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 3197 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 3198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3296 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 14. | 3322 | |
| indentation | Indentation | '"Empty REGIONINFO_QUALIFIER found in hbase:meta"' have incorrect indentation level 14, expected level should be 16. | 3404 | |
| indentation | Indentation | '"Empty REGIONINFO_QUALIFIER found in hbase:meta"' have incorrect indentation level 14, expected level should be 16. | 3412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3568 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3589 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3590 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3591 | |
| indentation | Indentation | '+' have incorrect indentation level 10, expected level should be 12. | 3786 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 3811 | |
| indentation | Indentation | 'ERROR_CODE' have incorrect indentation level 6, expected level should be 8. | 3834 | |
| indentation | Indentation | 'String' have incorrect indentation level 6, expected level should be 8. | 3835 | |
| indentation | Indentation | 'TableInfo' have incorrect indentation level 6, expected level should be 8. | 3836 | |
| indentation | Indentation | 'HbckInfo' have incorrect indentation level 6, expected level should be 8. | 3837 | |
| indentation | Indentation | 'HbckInfo' have incorrect indentation level 6, expected level should be 8. | 3838 | |
| design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 3850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3913 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 4022 | |
| indentation | Indentation | '" Unable to fetch region information. "' have incorrect indentation level 10, expected level should be 12. | 4023 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 4419 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 4454 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 4460 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 4462 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 4464 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 4467 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 4470 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4471 | |
| sizes | LineLength | Line is longer than 100 characters (found 179). | 4472 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 4481 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4482 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 4487 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 4492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4509 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 4525 | |
| sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 4536 | |
| indentation | Indentation | '"HBaseFsck: -sleepBeforeRerun needs a value."' have incorrect indentation level 12, expected level should be 14. | 4570 | |
| indentation | Indentation | '"This option is deprecated, please use -fixAssignments instead."' have incorrect indentation level 10, expected level should be 12. | 4589 | |
| indentation | Indentation | '"-maxOverlapsToSideline needs a numeric value argument."' have incorrect indentation level 12, expected level should be 14. | 4648 | |
| indentation | Indentation | '"-maxOverlapsToSideline needs a numeric value argument."' have incorrect indentation level 12, expected level should be 14. | 4656 | |
| indentation | Indentation | '"-maxMerge needs a numeric value argument."' have incorrect indentation level 12, expected level should be 14. | 4663 | |
| indentation | Indentation | '"-maxMerge needs a numeric value argument."' have incorrect indentation level 12, expected level should be 14. | 4671 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 111 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 25 | |
| design | FinalClass | Class HFileArchiveUtil should be declared as final. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| design | FinalClass | Class HMerge should be declared as final. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 82 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 103 | |
| indentation | Indentation | '" and "' have incorrect indentation level 12, expected level should be 14. | 209 | |
| indentation | Indentation | 'HRegion' have incorrect indentation level 12, expected level should be 14. | 211 | |
| indentation | Indentation | 'nextRegion' have incorrect indentation level 12, expected level should be 14. | 213 | |
| indentation | Indentation | 'Bytes' have incorrect indentation level 10, expected level should be 12. | 217 | |
| indentation | Indentation | 'final' have incorrect indentation level 6, expected level should be 8. | 232 | |
| indentation | Indentation | 'final' have incorrect indentation level 6, expected level should be 8. | 245 | |
| indentation | Indentation | 'HRegion' have incorrect indentation level 6, expected level should be 8. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 | |
| design | FinalClass | Class Entry should be declared as final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. | 54 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 55 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.management.AttributeNotFoundException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 10. | 141 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 13, expected level should be 14. | 143 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 144 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 10. | 145 | |
| indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 146 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 10. | 147 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 355 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 357 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 359 | |
| indentation | Indentation | 'new' have incorrect indentation level 10, expected level should be 12. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| indentation | Indentation | 'System' have incorrect indentation level 4, expected level should be 6. | 48 | |
| indentation | Indentation | 'System' have incorrect indentation level 4, expected level should be 6. | 50 | |
| indentation | Indentation | 'System' have incorrect indentation level 4, expected level should be 6. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 10. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 156 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 5, expected level should be 4. | 158 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 159 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 5, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 161 | |
| indentation | Indentation | 'try' have incorrect indentation level 9, expected level should be 8. | 162 | |
| indentation | Indentation | 'try' child have incorrect indentation level 11, expected level should be 10. | 163 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 9, expected level should be 8. | 164 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 10. | 165 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 9, expected level should be 8. | 166 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 167 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 168 | |
| indentation | Indentation | 'try' have incorrect indentation level 9, expected level should be 8. | 169 | |
| indentation | Indentation | 'try' child have incorrect indentation level 11, expected level should be 10. | 170 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 9, expected level should be 8. | 171 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 10. | 172 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 9, expected level should be 8. | 173 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 174 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 188 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 189 | |
| indentation | Indentation | 'value' have incorrect indentation level 4, expected level should be 6. | 206 | |
| indentation | Indentation | 'justification' have incorrect indentation level 4, expected level should be 6. | 207 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 255 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'CoordinatedStateManager' have incorrect indentation level 6, expected level should be 10. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| indentation | Indentation | 'List' have incorrect indentation level 4, expected level should be 6. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| indentation | Indentation | '"Thread dump because: "' have incorrect indentation level 10, expected level should be 12. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 318 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 319 | |
| indentation | Indentation | '" regionserver(s) "' have incorrect indentation level 6, expected level should be 8. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 67 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 68 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 70 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 73 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 79 | |
| sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 81 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 86 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 86 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 165 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 167 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 171 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 172 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 173 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 174 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 175 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 176 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 177 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 178 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 179 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 180 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 181 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 182 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 183 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 185 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 186 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 187 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 188 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 191 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 192 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 31 | |
| indentation | Indentation | 'gcTimesBeforeSleep' have incorrect indentation level 6, expected level should be 8. | 99 | |
| design | FinalClass | Class GcTimes should be declared as final. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 54 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. | 56 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. | 57 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.codec.binary.Hex' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 54 | |
| indentation | Indentation | 'HBaseConfiguration' have incorrect indentation level 6, expected level should be 8. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 49 | |
| indentation | Indentation | 'this' have incorrect indentation level 6, expected level should be 8. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| indentation | Indentation | 'tn' have incorrect indentation level 8, expected level should be 10. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.AssignmentManager' import. | 44 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 10. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| indentation | Indentation | 'actions' have incorrect indentation level 8, expected level should be 10. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 71 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 29 should have line break after. | 35 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 58 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 61 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 65 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 70 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 350 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 583 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 584 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 606 | |
| coding | EmptyStatement | Empty statement. | 607 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 653 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 654 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 727 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 728 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 922 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 923 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 924 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 943 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 945 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 962 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 986 | |
| coding | EmptyStatement | Empty statement. | 987 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1006 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1102 | |
| coding | EmptyStatement | Empty statement. | 1103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1199 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1737 | |
| coding | EmptyStatement | Empty statement. | 1738 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 44 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 75 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 84 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 93 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 102 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 107 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 114 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 126 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.NotImplementedException' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 80 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 271 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 272 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 273 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 274 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 275 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 276 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 277 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 391 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 57 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 75 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 79 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 83 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 45 | |
| design | FinalClass | Class RegionMover should be declared as final. | 74 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 8 has parse error. Missed HTML close tag 'hostname:port'. Sometimes it means that close tag missed for one of previous tags. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 13 has parse error. Missed HTML close tag 'host:port'. Sometimes it means that close tag missed for one of previous tags. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 744 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 746 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 749 | |
| indentation | Indentation | 'admin' have incorrect indentation level 8, expected level should be 10. | 750 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 60 has parse error. Missed HTML close tag 'hostname:port'. Sometimes it means that close tag missed for one of previous tags. | 756 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 793 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 818 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 841 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 842 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 843 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 870 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 888 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 891 | |
| indentation | Indentation | '"Define the maximum number of threads to use to unload and reload the regions"' have incorrect indentation level 6, expected level should be 8. | 944 | |
| indentation | Indentation | '"File with <hostname:port> per line to exclude as unload targets; default excludes only "' have incorrect indentation level 6, expected level should be 8. | 946 | |
| indentation | Indentation | '"File to save regions list into unloading, or read from loading; "' have incorrect indentation level 6, expected level should be 8. | 949 | |
| indentation | Indentation | '"Enable Ack mode(default: true) which checks if region is online on target RegionServer -- "' have incorrect indentation level 6, expected level should be 8. | 952 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 66 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 142 | |
| indentation | Indentation | '"Table already exists: "' have incorrect indentation level 10, expected level should be 12. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 559 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 644 | |
| indentation | Indentation | 'getTableDirAndSplitFile' have incorrect indentation level 6, expected level should be 8. | 689 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 727 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 736 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 768 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 | |
| indentation | Indentation | 'getTableDirAndSplitFile' have incorrect indentation level 6, expected level should be 8. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 809 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 811 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 54 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 65 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 57 should have line break after. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 73 | |
| indentation | Indentation | '"; setting to this.period: "' have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'startTime' have incorrect indentation level 8, expected level should be 10. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 49 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 73 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 82 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 187 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 193 | |
| indentation | Indentation | '"Can not find hadoop 2.7+ printThreadInfo method, try hadoop hadoop 2.6 and earlier"' have incorrect indentation level 10, expected level should be 12. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 98 | |
| indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 6, expected level should be one of the following: 4, 8. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 94 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| indentation | Indentation | 'final' have incorrect indentation level 4, expected level should be 6. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 66 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 71 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 74 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 77 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 271 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 474 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| indentation | Indentation | 'HBaseFsck' have incorrect indentation level 14, expected level should be 16. | 99 | |
| indentation | Indentation | 'queueId' have incorrect indentation level 8, expected level should be 10. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.HBaseFsck.HbckInfo' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 47 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 48 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.HBaseFsck.HbckInfo' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InterProcessLock.MetadataHandler' import. | 23 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 51 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be one of the following: 10, 12, 14. | 60 | |
| indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 21 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.primitives.Bytes' import. | 34 | |
| indentation | Indentation | 'ctor def rparen' have incorrect indentation level 6, expected level should be 2. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 81 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 83 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 85 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 86 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 87 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be 6. | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| indentation | Indentation | 'BYTE_7_RIGHT_BITS_SET' have incorrect indentation level 4, expected level should be 6. | 36 | |
| indentation | Indentation | 'BYTE_LEFT_BIT_SET' have incorrect indentation level 4, expected level should be 6. | 37 | |
| indentation | Indentation | 'INT_7_RIGHT_BITS_SET' have incorrect indentation level 4, expected level should be 6. | 40 | |
| indentation | Indentation | 'INT_8TH_BIT_SET' have incorrect indentation level 4, expected level should be 6. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| indentation | Indentation | 'BYTE_7_RIGHT_BITS_SET' have incorrect indentation level 4, expected level should be 6. | 38 | |
| indentation | Indentation | 'BYTE_LEFT_BIT_SET' have incorrect indentation level 4, expected level should be 6. | 39 | |
| indentation | Indentation | 'LONG_7_RIGHT_BITS_SET' have incorrect indentation level 4, expected level should be 6. | 42 | |
| indentation | Indentation | 'LONG_8TH_BIT_SET' have incorrect indentation level 4, expected level should be 6. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.FSHLog' import. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALActionsListener' import. | 39 | |
| misc | UpperEll | Should use uppercase 'L'. | 165 | |
| misc | UpperEll | Should use uppercase 'L'. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 119 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 148 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 150 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 151 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InterruptedIOException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.MetricsWAL' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 325 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 41 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 | |
| design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 52 has parse error. Details: no viable alternative at input '<server name:port>' while parsing HTML_ELEMENT | 2176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.cli.CommandLine' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 52 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| indentation | Indentation | 'SPLIT_SKIP_ERRORS_DEFAULT' have incorrect indentation level 6, expected level should be 8. | 276 | |
| indentation | Indentation | 'TextFormat' have incorrect indentation level 18, expected level should be 20. | 330 | |
| indentation | Indentation | 'storeSeqId' have incorrect indentation level 16, expected level should be 18. | 338 | |
| indentation | Indentation | 'logfile' have incorrect indentation level 8, expected level should be 10. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 513 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 538 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 643 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 647 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 677 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 679 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 742 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 744 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 788 | |
| indentation | Indentation | '+' have incorrect indentation level 11, expected level should be 12. | 811 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 818 | |
| design | VisibilityModifier | Variable 'dataAvailable' must be private and have accessor methods. | 863 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 874 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 894 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 913 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 914 | |
| indentation | Indentation | 'ClassSize' have incorrect indentation level 8, expected level should be 10. | 1021 | |
| indentation | Indentation | '0' have incorrect indentation level 8, expected level should be 10. | 1022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1075 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1278 | |
| indentation | Indentation | 'TimeUnit' have incorrect indentation level 8, expected level should be 10. | 1309 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 1319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1328 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 1338 | |
| indentation | Indentation | '+' have incorrect indentation level 16, expected level should be 18. | 1339 | |
| indentation | Indentation | 'regionMaximumEditLogSeqNum' have incorrect indentation level 14, expected level should be 16. | 1351 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1462 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 1562 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 31 has parse error. Details: no viable alternative at input '<servername>:<table name>' while parsing HTML_TAG | 1646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1727 | |
| misc | UpperEll | Should use uppercase 'L'. | 1731 | |
| indentation | Indentation | 'loc' have incorrect indentation level 14, expected level should be 16. | 1782 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1826 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1850 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1868 | |
| misc | UpperEll | Should use uppercase 'L'. | 1871 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1930 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1931 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1935 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 1942 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2124 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 52 has parse error. Details: no viable alternative at input '<server name:port>' while parsing HTML_ELEMENT | 2176 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 2223 | |
| design | VisibilityModifier | Variable 'mutation' must be private and have accessor methods. | 2224 | |
| design | VisibilityModifier | Variable 'nonceGroup' must be private and have accessor methods. | 2225 | |
| design | VisibilityModifier | Variable 'nonce' must be private and have accessor methods. | 2226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2237 | |
| indentation | Indentation | 'entry' have incorrect indentation level 6, expected level should be 8. | 2249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 55 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 91 | |
| indentation | Indentation | 'ZooKeeperProtos' have incorrect indentation level 6, expected level should be 8. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 6, expected level should be 8. | 72 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 10, expected level should be 12. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EmptyWatcher should be declared as final. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 | |
| indentation | Indentation | 'HConstants' have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'zkConfig' have incorrect indentation level 8, expected level should be 10. | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 85 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 2, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 65 | |
| indentation | Indentation | 'LoadBalancerProtos' have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'LoadBalancerProtos' have incorrect indentation level 6, expected level should be 8. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Stopwatch' import. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| indentation | Indentation | '" Reason: "' have incorrect indentation level 12, expected level should be 14. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 301 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| indentation | Indentation | '" at address="' have incorrect indentation level 6, expected level should be 8. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 367 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| indentation | Indentation | 'ServerName' have incorrect indentation level 4, expected level should be 6. | 373 | |
| blocks | EmptyBlock | Must have at least one statement. | 382 | |
| blocks | EmptyBlock | Must have at least one statement. | 401 | |
| blocks | EmptyBlock | Must have at least one statement. | 403 | |
| indentation | Indentation | 'cause' have incorrect indentation level 8, expected level should be 10. | 406 | |
| blocks | EmptyBlock | Must have at least one statement. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 444 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 445 | |
| indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| indentation | Indentation | 'ZooKeeperProtos' have incorrect indentation level 12, expected level should be 14. | 485 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 486 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| indentation | Indentation | 'new' have incorrect indentation level 12, expected level should be 14. | 235 | |
| indentation | Indentation | 'configuration' have incorrect indentation level 12, expected level should be 14. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 | |
| indentation | Indentation | 'standaloneServerFactoryList' have incorrect indentation level 8, expected level should be 10. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| indentation | Indentation | 'standaloneServerFactoryList' have incorrect indentation level 6, expected level should be 8. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| indentation | Indentation | 'standaloneServerFactoryList' have incorrect indentation level 6, expected level should be 8. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.htrace.Trace' import. | 47 | |
| indentation | Indentation | '" connecting to ZooKeeper ensemble="' have incorrect indentation level 6, expected level should be 8. | 121 | |
| blocks | LeftCurly | '{' at column 9 should have line break after. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| indentation | Indentation | '" was: 0x"' have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | '" is: 0x"' have incorrect indentation level 6, expected level should be 8. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 461 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 650 | |
| indentation | Indentation | 'create' have incorrect indentation level 10, expected level should be 12. | 657 | |
| indentation | Indentation | 'setData' have incorrect indentation level 10, expected level should be 12. | 664 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 4, expected level should be 6. | 698 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 763 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| indentation | Indentation | 'RegionNormalizerProtos' have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'RegionNormalizerProtos' have incorrect indentation level 6, expected level should be 8. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'serverName' have incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | '"The latter could be caused by a DNS misconfiguration."' have incorrect indentation level 9, expected level should be 12. | 123 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 123 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 10, expected level should be 12. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| misc | UpperEll | Should use uppercase 'L'. | 170 | |
| misc | UpperEll | Should use uppercase 'L'. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.auth.login.AppConfigurationEntry' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 79 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 91 | |
| design | VisibilityModifier | Variable 'quorumString' must be private and have accessor methods. | 107 | |
| design | VisibilityModifier | Variable 'clientPort' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 'znodeParent' must be private and have accessor methods. | 109 | |
| indentation | Indentation | 'conf' have incorrect indentation level 6, expected level should be 8. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| indentation | Indentation | '"zookeeper-server-keytab-kerberos"' have incorrect indentation level 6, expected level should be 8. | 255 | |
| indentation | Indentation | '"zookeeper-client-keytab-kerberos"' have incorrect indentation level 6, expected level should be 8. | 257 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 260 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 269 | |
| indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 | |
| indentation | Indentation | '"because node does not exist (not an error)"' have incorrect indentation level 6, expected level should be 10. | 691 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 738 | |
| indentation | Indentation | '"because node does not exist (not an error)"' have incorrect indentation level 8, expected level should be 10. | 801 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 6, expected level should be 8. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 894 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 895 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 896 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 954 | |
| indentation | Indentation | 'boolean' have incorrect indentation level 4, expected level should be 6. | 1028 | |
| indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 1207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1372 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 1377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1414 | |
| design | FinalClass | Class CreateAndFailSilent should be declared as final. | 1655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1669 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1670 | |
| design | FinalClass | Class DeleteNodeFailSilent should be declared as final. | 1687 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1695 | |
| design | FinalClass | Class SetData should be declared as final. | 1709 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1723 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1724 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1743 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1780 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1784 | |
| indentation | Indentation | 'switch' have incorrect indentation level 7, expected level should be 8. | 1795 | |
| indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1796 | |
| indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1797 | |
| indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1798 | |
| indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1799 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 1802 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 1803 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 13, expected level should be 14. | 1803 | |
| indentation | Indentation | '+' have incorrect indentation level 15, expected level should be 17. | 1804 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 15, expected level should be 16. | 1804 | |
| indentation | Indentation | '+' have incorrect indentation level 15, expected level should be 17. | 1805 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 15, expected level should be 16. | 1805 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 1806 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 13, expected level should be 14. | 1806 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 1807 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 1808 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 1859 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1904 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1905 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1906 | |
| indentation | Indentation | '"replication"' have incorrect indentation level 6, expected level should be 8. | 1911 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1913 | |
| indentation | Indentation | 'StringBuilder' have incorrect indentation level 4, expected level should be 6. | 1960 | |
| indentation | Indentation | 'ZooKeeperProtos' have incorrect indentation level 10, expected level should be 12. | 1975 | |
| indentation | Indentation | '"peer-state"' have incorrect indentation level 6, expected level should be 8. | 1990 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1993 | |
| indentation | Indentation | 'socket' have incorrect indentation level 6, expected level should be 8. | 2038 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2056 | |
| indentation | Indentation | '" byte(s) of data from znode "' have incorrect indentation level 6, expected level should be 8. | 2058 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 2059 | |
| indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 2060 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 89 | |
| indentation | Indentation | 'new' have incorrect indentation level 8, expected level should be 10. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| indentation | Indentation | '"Got exception while trying to check existence in ZooKeeper"' have incorrect indentation level 12, expected level should be 14. | 141 | |
| indentation | Indentation | '" of the node: "' have incorrect indentation level 12, expected level should be 14. | 142 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 | |
| indentation | Indentation | 'new' have incorrect indentation level 4, expected level should be 6. | 83 | |
| design | VisibilityModifier | Variable 'saslLatch' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 92 | |
| design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 98 | |
| design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 104 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 106 | |
| design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 107 | |
| design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 109 | |
| design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 111 | |
| design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 113 | |
| design | VisibilityModifier | Variable 'tableLockZNode' must be private and have accessor methods. | 117 | |
| design | VisibilityModifier | Variable 'recoveringRegionsZNode' must be private and have accessor methods. | 119 | |
| design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 344 | |
| indentation | Indentation | 'conf' have incorrect indentation level 8, expected level should be 10. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 | |
| indentation | Indentation | 'this' have incorrect indentation level 10, expected level should be 12. | 602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 611 | |
| indentation | Indentation | '"for the stack trace when constructor was called on this zkw"' have incorrect indentation level 12, expected level should be 14. | 616 | |
| indentation | Indentation | 'this' have incorrect indentation level 12, expected level should be 14. | 617 | |
| indentation | Indentation | '"ZooKeeper, aborting"' have incorrect indentation level 10, expected level should be 12. | 633 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 722 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 723 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InterProcessLock' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 42 | |
| design | FinalClass | Class ZNodeComparator should be declared as final. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InterProcessLock.MetadataHandler' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| design | FinalClass | Class JmxCacheBuster should be declared as final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 275 | |
| indentation | Indentation | 'addNewMetricIfAbsent' have incorrect indentation level 2, expected level should be 6. | 537 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 139). | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.yammer.metrics.stats.ExponentiallyDecayingSample' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'quantile' must be private and have accessor methods. | 29 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 283 | |
| design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 291 | |
| design | VisibilityModifier | Variable 'delta' must be private and have accessor methods. | 297 |